Closed kmp56 closed 3 years ago
TravisCI disagrees. Image on rdzsonde.mooo.com was automatically compiled with Arduino IDE, with FEATURE_SONDEHUB set to 1.
Feel free to share the error message you are getting.
RX_FSK.ino stops on line: shImportInterval = 5; // refresh now in 5 seconds console error description: _RX_FSK.ino: In function 'void setupConfigData()': RXFSK:595:3: error: 'shImportInterval' was not declared in this scope shImportInterval = 5; // refresh now in 5 seconds ^ 'shImportInterval' was not declared in this scope
So I guess you wanted to say it wont compile with FEATURE_SONDEHUB 0 When set to 1 t is ok? That is something I can reproduce and fix...
YES, When set to 1 is OK !
Sorry, my error in first post... Wont compille in Arduino IDE with #define FEATURE_SONDEHUB 0 in features.h . When set to 1 is ok.
in ver. 00899db is OK THANKS ! GREAT PROJECT !
@kmp56 are you running a fork of rdzTTGOsonde named RadioSONDY on version 01.11.2021?
W dniu 04.11.2021 o 10:51, Luke Prior pisze:
@kmp56 https://github.com/kmp56 are you running a fork of rdzTTGOsonde named RadioSONDY on version 01.11.2021?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dl9rdz/rdz_ttgo_sonde/issues/206#issuecomment-960603465, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANJBSUQ3P36UX4IBR6WLHLLUKJJTBANCNFSM5FGXGZ2Q. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Yes. I am experimenting with the Polish version of rdzTTGOsonde. The most important screens are in Polish, the mDNS name and password are changed. Also the web configuration page has been partially translated.
kmp56
-- LINUX Registered User #363214 -= 100% M$ Free =-
Yes. I am experimenting with the Polish version of rdzTTGOsonde. The most important screens are in Polish, the mDNS name and password are changed. Also the web configuration page has been partially translated.
Ahh ok that explains it, I just saw the data in the SondeHub database and was curious.
Wont compille in Arduino IDE with _#define FEATURESONDEHUB 0 in features.h . When set to 1 is ok.