passage à SERIAL_SPEED
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ char message_buff[100];
|
||||
PubSubClient client(espClient);
|
||||
|
||||
void setup() {
|
||||
Serial.begin(115200);
|
||||
Serial.begin(SERIAL_SPEED);
|
||||
Serial.println("\nresetting");
|
||||
|
||||
// WIFI
|
||||
|
||||
Reference in New Issue
Block a user