Browse Source

Updated JustWifi library

fastled
Xose Pérez 7 years ago
parent
commit
773cbfe5aa
2 changed files with 1 additions and 2 deletions
  1. +0
    -1
      code/espurna/wifi.ino
  2. +1
    -1
      code/platformio.ini

+ 0
- 1
code/espurna/wifi.ino View File

@ -117,7 +117,6 @@ void wifiStatus() {
void wifiSetup() {
WiFi.persistent(false);
wifiConfigure();
// Message callbacks


+ 1
- 1
code/platformio.ini View File

@ -21,7 +21,7 @@ lib_deps =
OneWire
DallasTemperature
Brzo I2C
https://bitbucket.org/xoseperez/justwifi.git#1.1.3
https://bitbucket.org/xoseperez/justwifi.git#1.1.4
https://bitbucket.org/xoseperez/hlw8012.git#1.0.1
https://bitbucket.org/xoseperez/fauxmoesp.git#2.1.0
https://bitbucket.org/xoseperez/nofuss.git#0.2.2


Loading…
Cancel
Save