mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge branch 'master' into detsensor_broadcast_changes
This commit is contained in:
commit
3be0da8370
1 changed files with 16 additions and 3 deletions
|
|
@ -338,6 +338,11 @@ enum HardwareModel {
|
|||
* Heltec HRU-3601: https://heltec.org/project/hru-3601/
|
||||
*/
|
||||
HELTEC_HRU_3601 = 23;
|
||||
|
||||
/*
|
||||
* Heltec Wireless Bridge
|
||||
*/
|
||||
HELTEC_WIRELESS_BRIDGE = 24;
|
||||
|
||||
/*
|
||||
* B&Q Consulting Station Edition G1: https://uniteng.com/wiki/doku.php?id=meshtastic:station
|
||||
|
|
@ -427,7 +432,7 @@ enum HardwareModel {
|
|||
DR_DEV = 41;
|
||||
|
||||
/*
|
||||
* M5 esp32 based MCU modules with enclosure, TFT and LORA Shields. All Variants (Basic, Core, Fire, Core2, Paper) https://m5stack.com/
|
||||
* M5 esp32 based MCU modules with enclosure, TFT and LORA Shields. All Variants (Basic, Core, Fire, Core2, CoreS3, Paper) https://m5stack.com/
|
||||
*/
|
||||
M5STACK = 42;
|
||||
|
||||
|
|
@ -619,10 +624,18 @@ enum HardwareModel {
|
|||
* ^^^ short A0 to switch to I2C address 0x3C
|
||||
*
|
||||
*/
|
||||
RP2040_FEATHER_RFM95 = 76;
|
||||
/* M5 esp32 based MCU modules with enclosure, TFT and LORA Shields. All Variants (Basic, Core, Fire, Core2, Paper) https://m5stack.com/ */
|
||||
RP2040_FEATHER_RFM95 = 76;
|
||||
|
||||
/* M5 esp32 based MCU modules with enclosure, TFT and LORA Shields. All Variants (Basic, Core, Fire, Core2, CoreS3, Paper) https://m5stack.com/ */
|
||||
M5STACK_COREBASIC=77;
|
||||
M5STACK_CORE2=78;
|
||||
|
||||
/* Pico2 with Waveshare Hat, same as Pico */
|
||||
RPI_PICO2=79;
|
||||
|
||||
/* M5 esp32 based MCU modules with enclosure, TFT and LORA Shields. All Variants (Basic, Core, Fire, Core2, CoreS3, Paper) https://m5stack.com/ */
|
||||
M5STACK_CORES3=80;
|
||||
|
||||
/*
|
||||
* ------------------------------------------------------------------------------------------------------------------------------------------
|
||||
* Reserved ID For developing private Ports. These will show up in live traffic sparsely, so we can use a high number. Keep it within 8 bits.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue