Skip to content

Commit

Permalink
removed Jaam 1.3 and Jaam 2.x options for s3 and c3 boards
Browse files Browse the repository at this point in the history
  • Loading branch information
Foroxon committed Feb 10, 2025
1 parent eb6f9a3 commit 583ee27
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion firmware/src/Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -321,12 +321,18 @@ static SettingListItem DISPLAY_HEIGHT_OPTIONS[DISPLAY_HEIGHT_OPTIONS_COUNT] = {
{64, "128x64", false}
};

#if ARDUINO_ESP32_DEV
#define LEGACY_OPTIONS_COUNT 4
#else
#define LEGACY_OPTIONS_COUNT 2
#endif
static SettingListItem LEGACY_OPTIONS[LEGACY_OPTIONS_COUNT] = {
#if ARDUINO_ESP32_DEV
{3, "Плата JAAM 2.x", false},
{0, "Плата JAAM 1.3", false},
#endif
{1, "Початок на Закарпатті", false},
{2, "Початок на Одещині", false},
{3, "Плата JAAM 2.x", false}
};

static const size_t MAX_JSON_SIZE = 6000; // 6KB
Expand Down

0 comments on commit 583ee27

Please sign in to comment.