added reformat

pico-sstv-pp
alanbjohnston 3 years ago committed by GitHub
parent ee78670623
commit 0a0d5e7ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -77,6 +77,9 @@ void setup() {
set_sys_clock_khz(133000, true);
Serial.begin(115200);
LittleFS.begin();
LittleFS.reformat();
read_mode();
@ -104,7 +107,7 @@ void setup() {
// detect Pi Zero using 3.3V
// if Pi is present, run Payload OK software
load_files();
// load_files();
/*
pinMode(PI_3V3_PIN, INPUT);
Serial.print("Pi 3.3V: ");

Loading…
Cancel
Save

Powered by TurnKey Linux.