Note: these enum names must EXACTLY match the string used in the device
bin/build-all.sh script.
Because they will be used to find firmware filenames in the android app for OTA updates.
To match the old style filenames, _ is converted to -, p is converted to .
The original heltec WiFi_Lora_32_V2, which had battery voltage sensing hooked to GPIO 13 (see HELTEC_V2 for the new version).
generated
from protobuf enum value: HELTEC_V2_0 = 5;
HELTEC_V2_1
HELTEC_V2_1 = 10
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
generated
from protobuf enum value: HELTEC_V2_1 = 10;
LORA_RELAY_V1
LORA_RELAY_V1 = 32
Less common/prototype boards listed here (needs one more byte over the air)
Note: these enum names must EXACTLY match the string used in the device bin/build-all.sh script. Because they will be used to find firmware filenames in the android app for OTA updates. To match the old style filenames, _ is converted to -, p is converted to .
from protobuf enum HardwareModel