alexreinert / HB-RF-ETH

Firmware for the HB-RF-ETH pcb
Other
49 stars 10 forks source link

Upgrade to latest ESP-IDF and WebUI dependencies #52

Open tbnobody opened 2 months ago

tbnobody commented 2 months ago

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)