Skip to content

Commit

Permalink
Sync server constants with firmware
Browse files Browse the repository at this point in the history
Adds XIAO ESP32C3 and Haritora to server's firmware constants
  • Loading branch information
JovannMC committed Jul 2, 2024
1 parent 7ab8435 commit 70abe1d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ enum class BoardType(val id: UInt) {
WRANGLER(14u),
MOCOPI(15u),
WEMOSWROOM02(16u),
XIAO_ESP32C3(17u),
HARITORA(18u),
DEV_RESERVED(250u),
;

Expand All @@ -63,6 +65,8 @@ enum class BoardType(val id: UInt) {
WRANGLER -> "Wrangler Joycons"
MOCOPI -> "Sony Mocopi"
WEMOSWROOM02 -> "Wemos Wroom-02 D1 Mini"
XIAO_ESP32C3 -> "Seeed Studio XIAO ESP32C3"
HARITORA -> "Haritora"
DEV_RESERVED -> "Prototype"
}

Expand All @@ -83,6 +87,7 @@ enum class MCUType(val id: UInt) {
OWOTRACK_IOS(5u),
ESP32_C3(6u),
MOCOPI(7u),
HARITORA(8u),
DEV_RESERVED(250u),
;

Expand Down

0 comments on commit 70abe1d

Please sign in to comment.