9 lines
98 B
C
9 lines
98 B
C
|
#ifndef _ESP32_IAP_DEMO_H
|
||
|
#define _ESP32_IAP_DEMO_H
|
||
|
|
||
|
void ql_esp32_iap_app_init(void);
|
||
|
|
||
|
#endif
|
||
|
|
||
|
|