mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-12 13:33:06 +01:00
changes
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
// CAN NMEA2000
|
||||
#define ESP32_CAN_TX_PIN GPIO_NUM_13
|
||||
#define ESP32_CAN_RX_PIN GPIO_NUM_12
|
||||
// Bus load in 50mA steps
|
||||
#define N2K_LOAD_LEVEL 5 (250mA max bus load with back light on)
|
||||
// RS485 NMEA0183
|
||||
#define GWSERIAL_TX 26
|
||||
#define GWSERIAL_RX 14
|
||||
|
||||
@@ -15,6 +15,6 @@ lib_deps =
|
||||
build_flags=
|
||||
-D BOARD_NODEMCU32S_OBP60
|
||||
${env.build_flags}
|
||||
upload_port = COM6
|
||||
upload_port = COM3
|
||||
upload_protocol = esptool
|
||||
monitor_speed = 115200
|
||||
|
||||
@@ -48,8 +48,9 @@ lib_deps = ${env.lib_deps}
|
||||
build_flags =
|
||||
-D BOARD_M5ATOM
|
||||
${env.build_flags}
|
||||
upload_port = /dev/esp32
|
||||
upload_port = COM13
|
||||
upload_protocol = esptool
|
||||
monitor_speed = 115200
|
||||
|
||||
[env:m5stack-atom-canunit]
|
||||
board = m5stack-atom
|
||||
|
||||
Reference in New Issue
Block a user