dl9rdz / rdz_ttgo_sonde

280 stars 99 forks source link

Show error message if SondeHub position uploading enabled with default callsign or location #268

Open LukePrior opened 2 years ago

LukePrior commented 2 years ago

We should show a message in the website interface if the user has enabled SondeHub position uploading but hasn't changed the default callsign of CHANGEME_RDZTTGO or has no position or 0,0 position set.

I'm not sure if this is also possible but it would be good to display any error messages when trying to upload data in the website interface also.

DL2MF commented 2 years ago

You should better use common unrouted callsigns, like implemented in several HAM/APRS services. Look for NOCALL / N0CALL [(https://github.com/hessu/perl-aprs-fap/)]

dl9rdz commented 2 years ago

This "callsign" is specifically in the sondehub configuration and will only be used in the communication with sondehub, which does not forward or routed anywhere else anyway...

I have considered more status information somewhere on the web interface, but so far its low priority on my TODO list. But I consider it a potential extension (just need to be careful, not much code space left...) I am still hoping for https://github.com/me-no-dev/arduino-esp32fs-plugin/pull/34 to be merged, then I can change the memory layout and have more code space without breaking usability with the Arduino IDE...

LukePrior commented 2 years ago

Can you just run a custom branch of Arduino ESP32 filesystem uploader with your changes as the current one hasn't been updated in years?

This branch seems to be the most active/popular: https://github.com/lorol/arduino-esp32fs-plugin