serial speed

This commit is contained in:
Stefan Ostermann 2021-08-01 17:28:18 +02:00
parent e5a395e20d
commit 6e90e3a913
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
platform = espressif8266
board = d1_mini
framework = arduino
monitor_speed = 9600
monitor_speed = 115200
lib_deps =
mikem/RadioHead@^1.113
tzapu/WiFiManager@^0.16.0

View File

@ -85,7 +85,7 @@ void setup()
{
pinMode(LED_BUILTIN, OUTPUT);
Serial.begin(9600);
Serial.begin(115200);
if (!driver.init())
{
Serial.println("init failed");