mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-30 00:47:17 +02:00
ota handler added, wip
This commit is contained in:
12
examples/OneOpenAir/OtaHandler.h
Normal file
12
examples/OneOpenAir/OtaHandler.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef _OTA_HANDLER_H_
|
||||
#define _OTA_HANDLER_H_
|
||||
|
||||
|
||||
class OtaHandler {
|
||||
public:
|
||||
void updateFirmwareIfOutdated() {
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user