Skip to content

Commit

Permalink
Update mesh.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
markbirss authored Jan 11, 2024
1 parent 1091250 commit a4047d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,11 @@ enum HardwareModel {
* EBYTE SPI LoRa module and ESP32-S3
*/
EBYTE_ESP32_S3 = 54;

/*
* Waveshare ESP32-S3-PICO with PICO LoRa HAT and 2.9inch e-Ink
*/
EBYTE_ESP32_S3 = 55;

Check failure on line 457 in meshtastic/mesh.proto

View workflow job for this annotation

GitHub Actions / build

symbol "meshtastic.EBYTE_ESP32_S3" already defined at meshtastic/mesh.proto:452:3; protobuf uses C++ scoping rules for enum values, so they exist in the scope enclosing the enum

/*
* ------------------------------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit a4047d3

Please sign in to comment.