diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 321bbb2..5214218 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -666,14 +666,14 @@ message Config { OLED_SH1106 = 2; /* - * Can not be auto detected but set by proto. Used for 128x128 screens + * Can not be auto detected but set by proto. Used for 128x64 screens */ OLED_SH1107 = 3; /* - * Can not be auto detected but set by proto. Used for 128x64 screens + * Can not be auto detected but set by proto. Used for 128x128 screens */ - OLED_SH1107_128_64 = 4; + OLED_SH1107_128_128 = 4; } /*