Browse Source

Add ESP32 Devkitv1 Board to Platformio.ini

pull/221/head
fila612 3 years ago
parent
commit
4d115584e4
  1. 12
      tools/esp8266/platformio.ini

12
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
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
Loading…
Cancel
Save