From 34dee6d41e89e20f224fbe82e93bfa94b2601b2b Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Sat, 1 Nov 2025 16:52:03 +0100 Subject: [PATCH] use esp8266wifi lib --- the-cup.ino | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/the-cup.ino b/the-cup.ino index a2453e9..7eaace2 100644 --- a/the-cup.ino +++ b/the-cup.ino @@ -12,9 +12,13 @@ */ #include // https://github.com/tzapu/WiFiManager + +#include #include #include -#include + +// #include "certs.h" + #include #include