missing void

pull/183/head
alanbjohnston 3 years ago committed by GitHub
parent ca37c5bbc7
commit 5db9ca8724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4180,7 +4180,7 @@ void program_radio() {
} }
} }
read_mode() { void read_mode() {
File mode_file = LittleFS.open("/.mode", "r"); File mode_file = LittleFS.open("/.mode", "r");
if (!mode_file) { if (!mode_file) {
@ -4197,7 +4197,7 @@ read_mode() {
} }
} }
write_mode() { void write_mode() {
char buff[32]; char buff[32];
Serial.println("Writing .mode file"); Serial.println("Writing .mode file");

Loading…
Cancel
Save

Powered by TurnKey Linux.