Browse Source

Fix stupid type in platformio.ini (#5)

fastled
Xose Pérez 7 years ago
parent
commit
6d9faa2fde
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      code/platformio.custom.ini
  2. +1
    -1
      code/platformio.ini

+ 1
- 1
code/platformio.custom.ini View File

@ -22,7 +22,7 @@ lib_deps =
ESPAsyncTCP
ESPAsyncWebServer
AsyncMqttClient
ESPAsyncUCP
ESPAsyncUDP
Embedis
NtpClientLib
https://bitbucket.org/xoseperez/justwifi.git


+ 1
- 1
code/platformio.ini View File

@ -10,7 +10,7 @@ lib_deps =
ESPAsyncTCP
ESPAsyncWebServer
AsyncMqttClient
ESPAsyncUCP
ESPAsyncUDP
Embedis
NtpClientLib
https://bitbucket.org/xoseperez/justwifi.git


Loading…
Cancel
Save