14 lines
175 B
C
14 lines
175 B
C
#ifndef _OTAUPDATE_H
|
|
#define _OTAUPDATE_H
|
|
|
|
#include <Arduino.h>
|
|
|
|
|
|
int otaupdate_check(float myVer);
|
|
|
|
void otaupdate_perform(String filePath);
|
|
|
|
void ota_events(void);
|
|
|
|
|
|
#endif |