SheetLightning

Results 22 comments of SheetLightning

$ ./sdrpp [2022-01-15 16:44:52.564] [info] SDR++ v1.0.5 [2022-01-15 16:44:52.564] [info] Loading config [2022-01-15 16:44:52.678] [info] Using OpenGL 3.0 [2022-01-15 16:44:52.801] [info] Loading icons [2022-01-15 16:44:52.807] [info] Loading band plans [2022-01-15...

Unfortunately that did not help either although it did re-build the file: [2022-01-15 17:05:37.036] [warning] Config file '/home/johnc/.config/sdrpp/radio_config.json' does not exist, creating it

I have attached an strace log if it helps. I tried disabling various modules in an effort to isolate which one might be causing the problem, but had no success...

Just pulled the latest version and got the same result, then re-read the detailed post by rs1729. After this I simply did: sudo rm -R /usr/lib/sdrpp rm -R ~/.config/sdrpp To...

Just want to add another vote for manual specification of an OTA target. I have found the automated method to be hit-and-miss when it comes to showing the target in...

I would like to add another vote in favour of being able to manually specify the OTA target. Like others I have found the automated solution to be rather hit-and-miss...

Unfortunately verbose doesn't give me much than debug mode. I am trying to connect with a web app set up on Google script. I have no problem with this on...

Well now that is interesting. So the setting basically causes the request to ignore the certificate chain and validation? Thanks for explaining that. However, if that is the case, then...

> @SheetLightning previous behavior is very insecure by default. Now it is not. ESP32 is used in many projects that do require proper security. You can add the following snippet...

Thank you for your reply. That explains it. Looking at the releases the 18th Jan 2020 release is a -H release which is why going to the earlier release worked....