2015-10-11 14:02:59 -07:00

7 lines
61 B
C

#ifndef OTA_H
#define OTA_H
void otaInit(int port);
#endif