update mailbox
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "Arduino.h"
|
||||
#include "net.h"
|
||||
#include <WiFi.h>
|
||||
#include "display.h"
|
||||
|
||||
|
||||
// Replace with your network credentials
|
||||
@@ -20,6 +21,8 @@ void netInit(void)
|
||||
delay(500);
|
||||
}
|
||||
Serial.println("done");
|
||||
displayWriteLine("Network Init Done");
|
||||
|
||||
}
|
||||
|
||||
bool netIsConnected( void )
|
||||
|
||||
Reference in New Issue
Block a user