Merge pull request #421 from markbirss/develop

Update mesh.proto add Waveshare ESP32-S3-PICO #3081
This commit is contained in:
Ben Meadors 2024-01-15 07:26:34 -06:00 committed by GitHub
commit a5d410d407
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
*/
ESP32_S3_PICO = 55;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------