mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
Reorder display size options in OLed_helper.cpp
This commit is contained in:
@@ -70,8 +70,8 @@ void OLedFormSizes(const __FlashStringHelper *id,
|
||||
const __FlashStringHelper *options3[] = {
|
||||
F("128x64"),
|
||||
F("128x32"),
|
||||
F("72x40"),
|
||||
F("64x48") };
|
||||
F("64x48"),
|
||||
F("72x40") };
|
||||
FormSelectorOptions selector(NR_ELEMENTS(options3), options3, values);
|
||||
selector.reloadonchange = reloadOnChange;
|
||||
selector.addFormSelector(
|
||||
|
||||
Reference in New Issue
Block a user