Browse Source

passage à SERIAL_SPEED

master
Julien Cabillot 3 years ago
committed by JC
parent
commit
c3ca5d84db
2 changed files with 3 additions and 1 deletions
  1. 2
      mqttfastledplus.example.h
  2. 2
      mqttfastledplus.ino

2
mqttfastledplus.example.h

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

2
mqttfastledplus.ino

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

Loading…
Cancel
Save