Added start message.
This commit is contained in:
@@ -143,7 +143,7 @@ void protocolWrite(const String &message)
|
||||
void setup()
|
||||
{
|
||||
Serial.begin(115200);
|
||||
Log("Starting...");
|
||||
Serial.println("Starting...");
|
||||
startWebInterface();
|
||||
makeComInterface();
|
||||
initHardware();
|
||||
|
||||
Reference in New Issue
Block a user