mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-14 06:23:07 +01:00
add handling for board type to images and webflasher
This commit is contained in:
@@ -15,4 +15,9 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define FIRMWARE_TYPE GWSTRINGIFY(PIO_ENV_BUILD)
|
||||
#define FIRMWARE_TYPE GWSTRINGIFY(PIO_ENV_BUILD)
|
||||
#ifdef PIO_ENV_BOARD
|
||||
#define BOARD_INFO "@@" GWSTRINGIFY(PIO_ENV_BOARD)
|
||||
#else
|
||||
#define BOARD_INFO ""
|
||||
#endif
|
||||
Reference in New Issue
Block a user