Browse Source

Add ESP32 Devkitv1 Board to Platformio.ini

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

10
tools/esp8266/platformio.ini

@ -83,3 +83,13 @@ 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
[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