Add dummy Wifi.h

This commit is contained in:
Jaakko Haakana 2025-07-26 15:28:22 +03:00
parent 760e21c31f
commit 5719726da8

6
test/emul/Wifi.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef WIFI_H
#define WIFI_H
// Just a dummy file to be able to compile code for tests.
#endif