Skip to content

Commit

Permalink
Merge pull request #587 from Dylanliacc/Support-for-Seeed-XIAO-S3-Board
Browse files Browse the repository at this point in the history
feat: add seeed xiao s3
  • Loading branch information
fifieldt authored Sep 25, 2024
2 parents 9651aa5 + fb9a48d commit b1cad23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,8 @@ enum HardwareModel {
/* 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;

/* Seeed XIAO S3 DK*/
SEEED_XIAO_S3=81;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* 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 b1cad23

Please sign in to comment.