1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-14 06:23:07 +01:00

revert back for chip id in app info

This commit is contained in:
andreas
2023-09-09 17:11:32 +02:00
parent 4fcf6b753f
commit c87c38fca4
3 changed files with 10 additions and 10 deletions

View File

@@ -16,8 +16,4 @@
#endif
#define FIRMWARE_TYPE GWSTRINGIFY(PIO_ENV_BUILD)
#ifdef PIO_ENV_BOARD
#define BOARD_INFO "@@" GWSTRINGIFY(PIO_ENV_BOARD)
#else
#define BOARD_INFO ""
#endif
#define IDF_VERSION GWSTRINGIFY(ESP_IDF_VERSION_MAJOR) "." GWSTRINGIFY(ESP_IDF_VERSION_MINOR) "." GWSTRINGIFY(ESP_IDF_VERSION_PATCH)