fixes for atom s3 lite

This commit is contained in:
free-x 2023-08-29 16:04:06 +02:00
parent 5bdcd0f8a9
commit 9fa55c1edf
2 changed files with 3 additions and 1 deletions

View File

@ -69,7 +69,7 @@ lib_deps = ${env.lib_deps}
build_flags = build_flags =
-D BOARD_M5ATOMS3_CANUNIT -D BOARD_M5ATOMS3_CANUNIT
${env.build_flags} ${env.build_flags}
upload_port = /dev/esp32 upload_port = /dev/esp32s3
upload_protocol = esptool upload_protocol = esptool

View File

@ -1 +1,3 @@
SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", SYMLINK+="esp32" SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", SYMLINK+="esp32"
SUBSYSTEM=="tty", ATTRS{idVendor}=="303a", ATTRS{idProduct}=="1001", SYMLINK+="esp32s3"