Browse Source

passage à SERIAL_SPEED

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

2
blinkhttp.example.h

@ -1,3 +1,5 @@
#define SERIAL_SPEED 115200
// HTTP
#define HTTP_PORT 80

2
blinkhttp.ino

@ -13,7 +13,7 @@ ESP8266WebServer server(HTTP_PORT);
void setup()
{
Serial.begin(115200);
Serial.begin(SERIAL_SPEED);
Serial.println("\nresetting");
// LED

Loading…
Cancel
Save