mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
comments
This commit is contained in:
parent
47acaa51b5
commit
8ab7e2f465
@ -17,6 +17,7 @@ void setup() {
|
||||
// Initialize setup
|
||||
Serial.begin(115200);
|
||||
Serial.println("Running setip ...");
|
||||
pinMode(LED_BUILTIN, OUTPUT);
|
||||
// Set status LED blink rapidly during setup phase
|
||||
t = 125;
|
||||
// Start LED status task
|
||||
@ -38,8 +39,6 @@ void setup() {
|
||||
Serial.print("\nCONNECTED\nIP: ");
|
||||
Serial.println(WiFi.localIP());
|
||||
|
||||
//pinMode(LED_BUILTIN, OUTPUT);
|
||||
//digitalWrite(LED_BUILTIN, HIGH);
|
||||
}
|
||||
|
||||
void loop() {
|
||||
|
Loading…
Reference in New Issue
Block a user