Rebase private OTA libs on 2.7
This commit is contained in:
6
libs/ota-http-client/mjs_fs/api_ota.js
Normal file
6
libs/ota-http-client/mjs_fs/api_ota.js
Normal file
@ -0,0 +1,6 @@
|
||||
let OTA = {
|
||||
// ## **`OTA.evdataOtaStatusMsg(evdata)`**
|
||||
// Getter function for the `evdata` given to the event callback for the event
|
||||
// `Event.OTA_STATUS`, see `Event.addHandler()` in `api_events.js`.
|
||||
evdataOtaStatusMsg: ffi('char *mgos_ota_status_get_msg(void *)'),
|
||||
};
|
Reference in New Issue
Block a user