removed upload_port from config (so platformio will search automatically for correct port)

This commit is contained in:
Stefan Heinrichsen 2020-11-26 15:24:42 +01:00
parent cfdac0de79
commit cf13f25c97
1 changed files with 0 additions and 2 deletions

View File

@ -12,11 +12,9 @@
platform = espressif32
board = esp32dev
framework = arduino
upload_port = /dev/ttyUSB0
lib_deps =
adafruit/Adafruit NeoPixel@^1.6.0
wifwaf/MH-Z19@^1.5.2
squix78/ESP8266_SSD1306@^4.1.0
yiannisbourkelis/Uptime Library @ ^1.0.0
monitor_port = /dev/ttyUSB0
monitor_speed = 115200