We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dcb8ff commit 72bd19eCopy full SHA for 72bd19e
examples/DBTFT/src/DBTFT.ino
@@ -257,6 +257,7 @@ void afterConfigCallback() {
257
File f = LittleFS.open("/station", "w");
258
f.print(fromStationName);
259
f.close();
260
+ fromStation = db.getStation(fromStationName);
261
}
262
uint8_t r = rotationParameter.getValue()[0];
263
if (r == '1' || r == '3') {
0 commit comments