Add user and pass

This commit is contained in:
Partick Balsiger
2019-04-07 17:17:44 +02:00
parent 7363e03b74
commit e58e7b3727
25 changed files with 35 additions and 6 deletions

11
platformio.ini Normal file → Executable file
View File

@@ -12,7 +12,6 @@ lib_deps =
TaskScheduler
SPIFFS
ArduinoJson
ArduinoOTA
https://gitlab.com/wirelos/sprocket-lib.git#develop
https://gitlab.com/wirelos/sprocket-network-wifi.git
@@ -33,5 +32,15 @@ board = ${common.board}
upload_speed = ${common.upload_speed}
monitor_baud = ${common.monitor_baud}
framework = ${common.framework}
lib_deps = ${common.lib_deps}
PubSubClient
[env:chat-esp01]
src_filter = +<*> -<examples/> +<examples/chat/>
platform = ${common.platform}
board = esp01
upload_speed = ${common.upload_speed}
monitor_baud = ${common.monitor_baud}
framework = ${common.framework}
lib_deps = ${common.lib_deps}
PubSubClient