mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 17:38:35 -07:00
Fix text, add codes by @DiamondRoPlayz @xAstroBoy
This commit is contained in:
@@ -36,9 +36,9 @@ const struct {
|
||||
const char* name;
|
||||
} watch_models[] = {
|
||||
{0x1A, "Fallback Watch"},
|
||||
{0x01, "White Watch4 Classic 44"},
|
||||
{0x02, "Black Watch4 Classic 40"},
|
||||
{0x03, "White Watch4 Classic 40"},
|
||||
{0x01, "White Watch4 Classic 44m"},
|
||||
{0x02, "Black Watch4 Classic 40m"},
|
||||
{0x03, "White Watch4 Classic 40m"},
|
||||
{0x04, "Black Watch4 44mm"},
|
||||
{0x05, "Silver Watch4 44mm"},
|
||||
{0x06, "Green Watch4 44mm"},
|
||||
@@ -59,8 +59,8 @@ const struct {
|
||||
{0x1B, "Black Watch6 Pink 40mm"},
|
||||
{0x1C, "Gold Watch6 Gold 40mm"},
|
||||
{0x1D, "Silver Watch6 Cyan 44mm"},
|
||||
{0x1E, "Black Watch6 Classic 43mm"},
|
||||
{0x20, "Green Watch6 Classic 43mm"},
|
||||
{0x1E, "Black Watch6 Classic 43m"},
|
||||
{0x20, "Green Watch6 Classic 43m"},
|
||||
};
|
||||
const uint8_t watch_models_count = COUNT_OF(watch_models);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user