switch to wifi v2.0.0 - without multiple SSIDs
This commit is contained in:
parent
758cc52b16
commit
81b36f271e
@ -1,4 +0,0 @@
|
|||||||
struct WifiCredentials {
|
|
||||||
const char* ssid;
|
|
||||||
const char* password;
|
|
||||||
} credentials[] = {"foo", "bar"};
|
|
||||||
@ -33,7 +33,7 @@ framework = arduino
|
|||||||
lib_deps =
|
lib_deps =
|
||||||
${env.lib_deps}
|
${env.lib_deps}
|
||||||
https://git.hodos.ro/libraries/ha-mqtt.git@^1.0.0
|
https://git.hodos.ro/libraries/ha-mqtt.git@^1.0.0
|
||||||
https://git.hodos.ro/libraries/wifi.git@^1.0.2
|
https://git.hodos.ro/libraries/wifi.git@^2.0.0
|
||||||
upload_port = 192.168.6.161
|
upload_port = 192.168.6.161
|
||||||
upload_protocol = espota
|
upload_protocol = espota
|
||||||
upload_flags =
|
upload_flags =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user