passage à SERIAL_SPEED

This commit is contained in:
Julien Cabillot 2017-03-02 17:31:26 +01:00 committed by JC
parent 602f66234a
commit 01c82d9fb6
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#define SERIAL_SPEED 115200
// LED // LED
#define LED_NUM 300 #define LED_NUM 300
#define LED_PIN 5 // = D1 #define LED_PIN 5 // = D1

View File

@ -19,7 +19,7 @@ char message_buff[100];
PubSubClient client(espClient); PubSubClient client(espClient);
void setup() { void setup() {
Serial.begin(115200); Serial.begin(SERIAL_SPEED);
Serial.println("\nresetting"); Serial.println("\nresetting");
// WIFI // WIFI