Renaming, refactoring.

This commit is contained in:
2023-08-22 23:23:19 +02:00
parent a0cf358b53
commit c7279afbae
13 changed files with 42 additions and 40 deletions

9
include/ota_functions.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef OTA_FUNCTIONS_H
#define OTA_FUNCTIONS_H
#include <Arduino.h>
void handleOTA();
void setupOTA(String hostname);
#endif /* OTA_FUNCTIONS_H */