mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-19 19:52:08 +02:00
fix: wifi not connect if LED test with button request
This commit is contained in:
@ -643,10 +643,9 @@ void setup() {
|
|||||||
}
|
}
|
||||||
if (test) {
|
if (test) {
|
||||||
ledTest();
|
ledTest();
|
||||||
} else {
|
}
|
||||||
/** WIFI connect */
|
/** WIFI connect */
|
||||||
connectToWifi();
|
connectToWifi();
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Send first data to ping server and get server configuration
|
* Send first data to ping server and get server configuration
|
||||||
|
Reference in New Issue
Block a user