v0.38, other minor edits

pico-v0.38
alanbjohnston 3 years ago committed by GitHub
parent 8db60e2bc1
commit 9895774f38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -102,7 +102,7 @@ void setup() {
// otherwise, run CubeSatSim Pico code
Serial.println("CubeSatSim Pico v0.36 starting...\n");
Serial.println("CubeSatSim Pico v0.38 starting...\n");
/**/
if (check_for_wifi()) {
@ -421,7 +421,7 @@ void read_config_file() {
reset_count = (reset_count + 1) % 0xffff;
if ((fabs(lat_file) > 0) && (fabs(lat_file) < 90.0) && (fabs(long_file) > 0) && (fabs(long_file) < 180.0)) {
Serial.println("Valid latitude and longitude in config file");
Serial.println("Valid latitude and longitude in config file\n");
// convert to APRS DDMM.MM format
latitude = lat_file; // toAprsFormat(lat_file);
longitude = long_file; // toAprsFormat(long_file);

Loading…
Cancel
Save

Powered by TurnKey Linux.