Skip to content

Commit

Permalink
Merge pull request #584 from meshtastic/pico2
Browse files Browse the repository at this point in the history
Pico2
  • Loading branch information
thebentern authored Sep 21, 2024
2 parents db2748c + 9dbb2ae commit 9b84907
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -624,10 +624,15 @@ enum HardwareModel {
* ^^^ short A0 to switch to I2C address 0x3C
*
*/
RP2040_FEATHER_RFM95 = 76;
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/ */
M5STACK_COREBASIC=77;
M5STACK_CORE2=78;

/* Pico2 with Waveshare Hat, same as Pico */
RPI_PICO2=79;

/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* 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.
Expand Down

0 comments on commit 9b84907

Please sign in to comment.