passage à SERIAL_SPEED
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#define SERIAL_SPEED 115200
|
||||
|
||||
// HTTP
|
||||
#define HTTP_PORT 80
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ ESP8266WebServer server(HTTP_PORT);
|
||||
|
||||
void setup()
|
||||
{
|
||||
Serial.begin(115200);
|
||||
Serial.begin(SERIAL_SPEED);
|
||||
Serial.println("\nresetting");
|
||||
|
||||
// LED
|
||||
|
||||
Reference in New Issue
Block a user