Closed Moddingear closed 5 months ago
Almost all includes in zh_network.h can be moved to zh_network.c
Doing so helps the compiler.
You only need to keep
#include "esp_wifi.h"
in the header
https://github.com/aZholtikov/zh_network/issues/6
Almost all includes in zh_network.h can be moved to zh_network.c
Doing so helps the compiler.
You only need to keep
in the header