Skip to content

Commit

Permalink
Merge pull request meshtastic#4728 from fifieldt/11111111111111111
Browse files Browse the repository at this point in the history
Fix Heltec T114 vendor definition
  • Loading branch information
caveman99 authored Sep 16, 2024
2 parents 5d831ef + 41a769a commit 51b2263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/nrf52/architecture.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
#define HW_VENDOR meshtastic_HardwareModel_MS24SF1
#elif defined(PRIVATE_HW) || defined(FEATHER_DIY)
#define HW_VENDOR meshtastic_HardwareModel_PRIVATE_HW
#elif defined(HELTEC_T1114)
#elif defined(HELTEC_T114)
#define HW_VENDOR meshtastic_HardwareModel_HELTEC_MESH_NODE_T114
#else
#define HW_VENDOR meshtastic_HardwareModel_NRF52_UNKNOWN
Expand Down

0 comments on commit 51b2263

Please sign in to comment.