#ifndef RGBMATRIXDISPLAY_WIFI_H #define RGBMATRIXDISPLAY_WIFI_H void wifi_setup(); void wifi_loop(); bool wifiIsConnected(); #endif