Skip to content

Commit 8bb2c16

Browse files
committed
Fix references to branch
1 parent 1367a8b commit 8bb2c16

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
JustWifi is a WIFI Manager library for the [Arduino Core for ESP8266][2]. The goal of the library is to manage ONLY the WIFI connection (no webserver, no mDNS,...) from code and in a reliable and flexible way.
44

55
[![version](https://img.shields.io/badge/version-2.0.2-brightgreen.svg)](CHANGELOG.md)
6-
[![travis](https://travis-ci.org/xoseperez/justwifi.svg?branch=dev)](https://travis-ci.org/xoseperez/justwifi)
7-
[![codacy](https://img.shields.io/codacy/grade/4ccbea0317c4415eb2d1c562feced407/dev.svg)](https://www.codacy.com/app/xoseperez/justwifi/dashboard)
6+
[![travis](https://travis-ci.org/xoseperez/justwifi.svg?branch=master)](https://travis-ci.org/xoseperez/justwifi)
7+
[![codacy](https://img.shields.io/codacy/grade/4ccbea0317c4415eb2d1c562feced407/master.svg)](https://www.codacy.com/app/xoseperez/justwifi/dashboard)
88
[![license](https://img.shields.io/github/license/xoseperez/justwifi.svg)](LICENSE)
99
<br />
1010
[![donate](https://img.shields.io/badge/donate-PayPal-blue.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=xose%2eperez%40gmail%2ecom&lc=US&no_note=0&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHostedGuest)

library.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
"exclude": "tests",
1212
"frameworks": "arduino",
1313
"platforms": "espressif8266",
14-
"dependencies": [
15-
],
1614
"authors": {
1715
"name": "Xose Perez",
1816
"email": "xose.perez@gmail.com",

0 commit comments

Comments
 (0)