mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-18 11:02:16 +00:00
update HW_VENDOR id
This commit is contained in:
parent
8ce1d697c6
commit
b76c2cd18e
@ -186,6 +186,8 @@
|
||||
#define HW_VENDOR meshtastic_HardwareModel_CROWPANEL
|
||||
#elif defined(LINK_32)
|
||||
#define HW_VENDOR meshtastic_HardwareModel_LINK_32
|
||||
#elif defined(T_DECK_PRO)
|
||||
#define HW_VENDOR meshtastic_HardwareModel_T_DECK_PRO
|
||||
#endif
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
@ -7,7 +7,6 @@ upload_protocol = esptool
|
||||
build_flags =
|
||||
${esp32_base.build_flags} -I variants/t-deck-pro
|
||||
-D T_DECK_PRO
|
||||
-D PRIVATE_HW ; TODO: remove me
|
||||
-D GPS_POWER_TOGGLE
|
||||
-D USE_EINK
|
||||
-D EINK_DISPLAY_MODEL=GxEPD2_310_GDEQ031T10
|
||||
|
Loading…
Reference in New Issue
Block a user