the cake is a lie

This commit is contained in:
Thomas Göttgens 2023-01-31 18:34:40 +01:00
parent 1f0e64e794
commit d34f6d0f68
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.*/ SOFTWARE.*/
#include "configuration.h" #include "configuration.h"
#include "DebugConfiguration.h" #include "DebugConfiguration.h"
#if HAS_WIFI || HAS_ETHERNET #if HAS_WIFI || HAS_ETHERNET

View File

@ -113,7 +113,7 @@
#endif // HAS_ETHERNET #endif // HAS_ETHERNET
#if HAS_WIFI #if HAS_WIFI
#include <wifi.h> #include <WiFi.h>
#endif // HAS_WIFI #endif // HAS_WIFI
#if HAS_WIFI || HAS_ETHERNET #if HAS_WIFI || HAS_ETHERNET