mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
7 lines
61 B
C
7 lines
61 B
C
#ifndef OTA_H
|
|
#define OTA_H
|
|
|
|
void otaInit(int port);
|
|
|
|
#endif
|