callbacks.h 182 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 #ifndef CALLBACKS_H #define CALLBACKS_H #include "libwismart.h" void dhcp_connect_result_cb(int result); void wifi_connect_result_cb(int result); extern uint8_t connected; #endif