rdz_ttgo_sonde icon indicating copy to clipboard operation
rdz_ttgo_sonde copied to clipboard

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

Open LukePrior opened this issue 2 years ago • 3 comments

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.

LukePrior avatar Jan 13 '22 11:01 LukePrior

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/)]

DL2MF avatar Jan 21 '22 16:01 DL2MF

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...

dl9rdz avatar Jan 21 '22 17:01 dl9rdz

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

LukePrior avatar Jan 22 '22 02:01 LukePrior