add ElegantOTA to webserver

This commit is contained in:
lenvm 2023-11-22 23:12:38 +01:00
parent e5586e9339
commit ce47ffd452
3 changed files with 82 additions and 2 deletions

View file

@ -127,6 +127,9 @@ void setup() {
// Perform main program functions
void loop() {
// Over-the-air updates by ElegantOTA
ElegantOTA.loop();
// Input
receive_can(); // Receive CAN messages. Runs as fast as possible
#ifdef DUAL_CAN