passage à SERIAL_SPEED
This commit is contained in:
parent
83b005604e
commit
99402a281a
@ -1,3 +1,5 @@
|
|||||||
|
#define SERIAL_SPEED 115200
|
||||||
|
|
||||||
// LED
|
// LED
|
||||||
#define NUM_LEDS 6
|
#define NUM_LEDS 6
|
||||||
#define LED_PIN 5 // = D1
|
#define LED_PIN 5 // = D1
|
||||||
|
|||||||
@ -17,7 +17,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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user