mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-19 00:33:06 +01:00
fixes for atom s3 lite
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user