cmd_wifi.h 164 B

12345678910111213
  1. #pragma once
  2. #ifdef __cplusplus
  3. extern "C" {
  4. #endif
  5. // Register WiFi functions
  6. void register_wifi(void);
  7. void initialise_wifi(void);
  8. #ifdef __cplusplus
  9. }
  10. #endif