add basic wifi with station and AP modes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
j3d1 2021-07-09 21:42:44 +02:00
parent f3762ff598
commit 2a55d69ac4
3 changed files with 365 additions and 4 deletions

View file

@ -9,6 +9,8 @@
extern "C" {
#endif
void wifi_task(void *pvParameters);
#ifdef __cplusplus
}
#endif