From 671e503c969167a3b33fe0347ce5f9866fdaa0ac Mon Sep 17 00:00:00 2001 From: HoustonAsh Date: Tue, 9 Apr 2024 19:41:24 +0800 Subject: [PATCH] fix: asyncUpdate example --- examples/AsyncUpdate/AsyncUpdate.ino | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/examples/AsyncUpdate/AsyncUpdate.ino b/examples/AsyncUpdate/AsyncUpdate.ino index 95bd1ec..ce9fd86 100644 --- a/examples/AsyncUpdate/AsyncUpdate.ino +++ b/examples/AsyncUpdate/AsyncUpdate.ino @@ -1,8 +1,10 @@ -#include +#include +// change next line to use with another board/shield +#include +//#include // for WiFi shield +//#include // for WiFi 101 shield or MKR1000 #include -#include "NTPClient.h" - #define SSID "" #define PASSWORD ""