fix bug in eph config editor

pull/381/head^2
Hansi, dl9rdz 2023-08-29 00:22:48 +00:00
rodzic 6c98891b63
commit d7026abb7b
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -624,7 +624,7 @@ struct st_configitems config_list[] = {
{"m10m20.rxbw", 0, &sonde.config.m10m20.rxbw},
{"mp3h.agcbw", 0, &sonde.config.mp3h.agcbw},
{"mp3h.rxbw", 0, &sonde.config.mp3h.rxbw},
{"ephftp", 39, &sonde.config.ephftp},
{"ephftp", 79, &sonde.config.ephftp},
/* APRS settings */
{"call", 9, sonde.config.call},
{"passcode", 0, &sonde.config.passcode},

Wyświetl plik

@ -1,4 +1,4 @@
const char *version_name = "rdzTTGOsonde";
const char *version_id = "devel20230828b";
const char *version_id = "devel20230829";
const int SPIFFS_MAJOR=2;
const int SPIFFS_MINOR=17;