I have added some additional features, I think are usefull.
This includes:
A back button on all screens except the Home.
Display of the current BMS serial number on the settings page
Setting your own AP name if in AP mode, helping people having more than one board with a chip
Display of the AP name on the Home page also helping people with more boards
Autoupdate of the variable home values (current, cells, Ah, ...)
(Currently this is updated ever 1 second via the Browser calling the endpoint actively.
I´m planning to make this adjustable via the settings page, but this will probably take a little bit)
For this I intruduced the ArduinoJson.h file, making dynamic update way easier.
Make the WLAN power output adjustable (between 9 and 12), since on my XR the default of 9 is not enought to reach at least 1 Meters when using a Smartphone and sometimes preventing a successful OTA update...
Moved the version number to a variable instead of a static return in the HTTP request, making it more readable.. (IMHO)
I also have updated the version number while developing, so this should be reversed or overriden!!
I still suggest that you add some kind of minor versioning when makuing updates on your code, since this helps a LOT to find out if the chip needs an update or not.
I have added some additional features, I think are usefull. This includes:
I also have updated the version number while developing, so this should be reversed or overriden!! I still suggest that you add some kind of minor versioning when makuing updates on your code, since this helps a LOT to find out if the chip needs an update or not.