Simonas
Simonas
Any chance we need this? @peterus ?
Yes it seems so, unless further testing reveals something else is needed. On Tue, 10 May 2022, 22:54 Peter Buchegger, ***@***.***> wrote: > This just looks like a documentation update....
Yes, the AP is nice, but BLE's complexity pays off with keeping the phone online. Connecting to no-internet AP has to be backed by background 4G/LTE connectivity which probably requires...
If you're already working on your web configuration, it's fine, I'd like to see at least the framework of that first before I conclude to any action. A W-I-P pull...
Here's an example - @peterus, please have a look if I am on a correct path: https://github.com/kareiva/LoRa_APRS_Tracker/commit/6c3411c24ceec885f522ea5eb90cf09f7c1dd6ae
Sure, this is just the simple piece of code demonstrating my intent. I will open up a PR with the below: 1) option to choose between AP and client mode...
So few updates from my end, tested out the example web-configuration and the `GET /page` is giving me some hard time, but just to let you know, I'm diving into...
@peterus not much changed since the example. the webserver starts after the wifi connection: https://github.com/kareiva/LoRa_APRS_Tracker/compare/master...kareiva:wifi_ap?expand=1
Okay @peterus, I seem to have figured this out by moving the code around in the `setup()` section - stay tuned.
Now facing some issues when the webserver saves the JSON configuration under the parent element which equals the page name, example: ``` {"index":{"section":{ ... }}} ``` The `tracker.json` does not...