mirror of
https://github.com/grillbaer/esp32-geiger-counter.git
synced 2025-12-21 13:23:15 +01:00
changed serial baud to ESP32 default 115200
This commit is contained in:
@@ -13,6 +13,6 @@ platform = espressif32
|
||||
board = lolin32
|
||||
framework = arduino
|
||||
|
||||
monitor_speed = 921600
|
||||
monitor_speed = 115200
|
||||
|
||||
lib_deps = U8g2@2.26.1
|
||||
@@ -45,7 +45,7 @@ void IRAM_ATTR watchdogExpired();
|
||||
|
||||
void setup()
|
||||
{
|
||||
Serial.begin(921600);
|
||||
Serial.begin(115200);
|
||||
Serial.println("Starting!");
|
||||
|
||||
// initialize watchdog timer
|
||||
|
||||
Reference in New Issue
Block a user