last qrg entry missing fix

This commit is contained in:
Hansi, dl9rdz 2021-08-06 20:26:15 +02:00
parent 4601fb6cb4
commit 449c40b577
1 changed files with 0 additions and 1 deletions

View File

@ -186,7 +186,6 @@ void setupChannelList() {
while (file.available()) { while (file.available()) {
String line = readLine(file); //file.readStringUntil('\n'); String line = readLine(file); //file.readStringUntil('\n');
String sitename; String sitename;
if (!file.available()) break;
if (line[0] == '#') continue; if (line[0] == '#') continue;
char *space = strchr(line.c_str(), ' '); char *space = strchr(line.c_str(), ' ');
if (!space) continue; if (!space) continue;