serial speed
This commit is contained in:
parent
e5a395e20d
commit
6e90e3a913
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ void setup()
|
|||
{
|
||||
|
||||
pinMode(LED_BUILTIN, OUTPUT);
|
||||
Serial.begin(9600);
|
||||
Serial.begin(115200);
|
||||
if (!driver.init())
|
||||
{
|
||||
Serial.println("init failed");
|
||||
|
|
|
|||
Loading…
Reference in New Issue