mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add original Heltec V1 board
no longer in production
This commit is contained in:
parent
4a64080d16
commit
2223818698
1 changed files with 4 additions and 1 deletions
|
|
@ -219,7 +219,10 @@ enum HardwareModel {
|
|||
|
||||
// The new version of the heltec WiFi_Lora_32_V2 board that has battery sensing hooked to GPIO 37. Sadly they did not update anything on the silkscreen to identify this board
|
||||
HELTEC_V2_1 = 10;
|
||||
|
||||
|
||||
// Ancient heltec WiFi_Lora_32 board
|
||||
HELTEC_V1 = 11;
|
||||
|
||||
/*
|
||||
* Less common/prototype boards listed here (needs one more byte over the air)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue