From 4d115584e4e94151665dc1f2696ac89084952436 Mon Sep 17 00:00:00 2001 From: fila612 Date: Wed, 31 Aug 2022 15:02:15 +0200 Subject: [PATCH] Add ESP32 Devkitv1 Board to Platformio.ini --- tools/esp8266/platformio.ini | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/tools/esp8266/platformio.ini b/tools/esp8266/platformio.ini index 48b292c7..badcdf26 100644 --- a/tools/esp8266/platformio.ini +++ b/tools/esp8266/platformio.ini @@ -82,4 +82,14 @@ build_type = debug monitor_filters = ;default ; Remove typical terminal control codes from input time ; Add timestamp with milliseconds for each new line - log2file ; Log data to a file “platformio-device-monitor-*.log” located in the current working directory \ No newline at end of file + log2file ; Log data to a file “platformio-device-monitor-*.log” located in the current working directory + +[env:esp32doit-devkit-v1] +platform = espressif32 +board = esp32doit-devkit-v1 +upload_speed = 115200 +build_flags = -D RELEASE +monitor_filters = + ;default ; Remove typical terminal control codes from input + time ; Add timestamp with milliseconds for each new line + ;log2file ; Log data to a file “platformio-device-monitor-*.log” located in the current working directory \ No newline at end of file