From f6d362315c7110477d8f6af9e61d06651ac735e9 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Sat, 17 Oct 2020 11:03:22 -0700 Subject: [PATCH] Fix Netdump library architecture When building with the Netdump library, the IDE generates the following warning: > WARNING: library Netdump claims to run on (esp8266 lwip) architecture(s) and may be incompatible with your current board which runs on (esp8266) architecture(s). Fix the library.properties to call the architecture just "esp8266" --- libraries/Netdump/library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Netdump/library.properties b/libraries/Netdump/library.properties index 2f6ad5e22e..bc23b9ceed 100644 --- a/libraries/Netdump/library.properties +++ b/libraries/Netdump/library.properties @@ -6,4 +6,4 @@ sentence=tcpdump-like logger for esp8266/Arduino paragraph=Dumps input / output packets on "Print"able type, or provide a TCP server for the real tcpdump. Check examples. Some other unrelated and independant tools are included. category=Communication url=https:// -architectures=esp8266 lwip +architectures=esp8266