mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-18 16:23:07 +01:00
changes
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
#include <NMEA0183Msg.h>
|
#include <NMEA0183Msg.h>
|
||||||
#include <NMEA0183Messages.h>
|
#include <NMEA0183Messages.h>
|
||||||
#include <GxEPD.h> // GxEPD lib for E-Ink displays
|
#include <GxEPD.h> // GxEPD lib for E-Ink displays
|
||||||
#include "OBP60Extensions.h" // Functions lib for extension board
|
#include "OBP60Extensions.h" // Functions lib for extension board
|
||||||
#include "OBP60Keypad.h" // Functions for keypad
|
#include "OBP60Keypad.h" // Functions for keypad
|
||||||
|
|
||||||
// True type character sets includes
|
// True type character sets includes
|
||||||
|
|||||||
@@ -22,6 +22,6 @@ lib_deps =
|
|||||||
build_flags=
|
build_flags=
|
||||||
-D BOARD_NODEMCU32S_OBP60
|
-D BOARD_NODEMCU32S_OBP60
|
||||||
${env.build_flags}
|
${env.build_flags}
|
||||||
upload_port = COM3
|
upload_port = //dev/ttyUSB0
|
||||||
upload_protocol = esptool
|
upload_protocol = esptool
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
Reference in New Issue
Block a user