|
@@ -13,7 +13,7 @@ board = key800
|
|
|
framework = arduino
|
|
|
platform_packages =
|
|
|
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
|
|
|
- #2.0.0-rc1
|
|
|
+
|
|
|
board_build.mcu = esp32s2
|
|
|
description = SweProj KEY800
|
|
|
lib_deps =
|
|
@@ -28,8 +28,8 @@ lib_deps =
|
|
|
https://github.com/plerup/espsoftwareserial.git#master
|
|
|
|
|
|
|
|
|
-upload_port = /dev/ttyUSB0
|
|
|
-monitor_port = /dev/ttyUSB0
|
|
|
+upload_port = /dev/ttyUSB1
|
|
|
+monitor_port = /dev/ttyUSB1
|
|
|
monitor_speed = 115200
|
|
|
|
|
|
build_type = debug
|