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