From 04278d020e23f99de59e1c06373db4e7c1fdb28a Mon Sep 17 00:00:00 2001 From: JAL <jalinei@laas.fr> Date: Mon, 9 May 2022 14:11:52 +0200 Subject: [PATCH] Changed the monitor and flash parameters in the .ini file First attempt at making a working GUI --- platformio.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platformio.ini b/platformio.ini index 8514bdb..5999525 100644 --- a/platformio.ini +++ b/platformio.ini @@ -21,4 +21,7 @@ lib_deps = adafruit/Adafruit GFX Library@^1.11.0 adafruit/Adafruit BusIO@^1.11.5 SPI + s00500/ESPUI@^2.0.0 +monitor_speed = 74880 +upload_speed = 921600 \ No newline at end of file -- GitLab