Not sure if you like to apply this patches (or even just use it as a template for own modifications). I've updated ESP-IDF using the latest platformio-espressif version and also patched the WebUI as far as possible by maintaining VueJS 2.x. BootstrapVue is also not available for the latest Bootstrap and VueJS version. Therefor I left the major versions as is.
Had to rename the rtc.h to hmrtc.h as the rtc.h is also available in the esp-idf framework now.
Also had to rewrite the get_voltage method as the ADC functions where deprecated.
I don't own a RTC nor a GPS module, therefor I cannot test these program parts. (But they are compiling without any issue)
Not sure if you like to apply this patches (or even just use it as a template for own modifications). I've updated ESP-IDF using the latest platformio-espressif version and also patched the WebUI as far as possible by maintaining VueJS 2.x. BootstrapVue is also not available for the latest Bootstrap and VueJS version. Therefor I left the major versions as is.
Had to rename the
rtc.h
tohmrtc.h
as thertc.h
is also available in the esp-idf framework now. Also had to rewrite theget_voltage
method as the ADC functions where deprecated.I don't own a RTC nor a GPS module, therefor I cannot test these program parts. (But they are compiling without any issue)