I am using ESP8266 WiFi chip and the SMING framework.
I would like to call SDK API function inside an app that uses the SMING framework.
Suppose I want to call wifi_station_set_reconnect_policy(true)
. How can I do this in a SMING application.cpp?