From 160acc6397566b4b9804a486ec1cd9522e7774b3 Mon Sep 17 00:00:00 2001 From: Mads Kjeldgaard Date: Tue, 16 Jul 2024 18:00:10 +0200 Subject: [PATCH] fix: Monitor speed not set in .ini --- platformio.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platformio.ini b/platformio.ini index fda7bb1..17f0f95 100644 --- a/platformio.ini +++ b/platformio.ini @@ -10,6 +10,9 @@ framework = arduino build_unflags = -std=gnu++11 build_flags = -std=gnu++17 -fconcepts +; Serial monitor speed, make sure this is matched in Serial.begin() +monitor_speed = 115200 + # Common global libraries. Uncomment any of these to include them in the build. lib_deps = # USB support