lupus78
lupus78
That Worked. Can I find some explanation on how the FANET implementation works? And please correct the typo in the source code.
Not the protocol, but more like what your software does. It's a big problem with your code is that it lacks documentation, there are tons of options in the config.h...
I'm having the same issue. Any solution to this?
Same here. I digged into the web interface's source code, and found they use an other key, which is called WebAppKey in the current repo here: https://github.com/MickMake/GoSungrow/blob/391253aaadd2cae9df32c95bec9e6b9bbf83f4d6/iSolarCloud/WebAppService/getMqttConfigInfoByAppkey/data.go#L17 If I use...
Same here. Can't wait for the new version.
> How would I install the fix? just install the latest version. https://github.com/MickMake/GoSungrow/releases
Yes, that's it. I did the MS5611 sensor code, this is my initial commit: https://github.com/pjalocha/esp32-ogn-tracker/commit/a0ba7ad4a3489c64dab836cdf6349a09be32ad92 just make and do a pull request. @pjalocha usually accept PRs
I think I found a solution. I have switch up the esp_wifi_set_mode() and esp_wifi_set_config() commans in wifi.cpp. set_mode should come first, but in the code set_config comes first. When I...
That's a nice idea. I was thinking about a "Parameter" to turn the Wifi on or off, and the user could control it with Bluetooth. However, I think a nice...
Ah, and some visual indication on the screen which shows if the Wifi is ON!