Initial
This commit is contained in:
9
include/otafunctions.h
Normal file
9
include/otafunctions.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef OTAFUNCTIONS_H
|
||||
#define OTAFUNCTIONS_H
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
void handleOTA();
|
||||
void setupOTA(String hostname);
|
||||
|
||||
#endif /* OTAFUNCTIONS_H */
|
||||
Reference in New Issue
Block a user