Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
πŸ› fix: Fix OTA Loop in loop
Browse files Browse the repository at this point in the history
Fix and Add OTA Loop function in loop.

issue #12
  • Loading branch information
Hsun1031 committed Aug 28, 2024
1 parent 1838bd0 commit db271bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ void setup() {

void loop() {
scanner_loop();
ota_loop();
}

0 comments on commit db271bd

Please sign in to comment.