mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-06 03:50:13 +02:00
add ElegantOTA to webserver
This commit is contained in:
parent
e5586e9339
commit
ce47ffd452
3 changed files with 82 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue