passage à SERIAL_SPEED
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#define SERIAL_SPEED 115200
|
||||
|
||||
// LED
|
||||
#define LED_PIN D0
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#include "mqttled.h"
|
||||
|
||||
// C'est moche mais c'est pour récuperer EVERY_N_SECONDS :)
|
||||
#include <FastLED.h>
|
||||
#include <ESP8266WiFi.h>
|
||||
@@ -12,7 +14,7 @@ PubSubClient client(espClient);
|
||||
|
||||
|
||||
void setup() {
|
||||
Serial.begin(115200);
|
||||
Serial.begin(SERIAL_SPEED);
|
||||
Serial.println("\nresetting");
|
||||
|
||||
// WIFI
|
||||
|
||||
Reference in New Issue
Block a user