fixes for atom s3 lite
This commit is contained in:
parent
5bdcd0f8a9
commit
9fa55c1edf
|
@ -69,7 +69,7 @@ lib_deps = ${env.lib_deps}
|
|||
build_flags =
|
||||
-D BOARD_M5ATOMS3_CANUNIT
|
||||
${env.build_flags}
|
||||
upload_port = /dev/esp32
|
||||
upload_port = /dev/esp32s3
|
||||
upload_protocol = esptool
|
||||
|
||||
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", SYMLINK+="esp32"
|
||||
SUBSYSTEM=="tty", ATTRS{idVendor}=="303a", ATTRS{idProduct}=="1001", SYMLINK+="esp32s3"
|
||||
|
||||
|
|
Loading…
Reference in New Issue