From e920564b8d6e8436f42ae6e48f40f67b42ab0d25 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Sat, 17 Oct 2020 11:21:40 -0700 Subject: [PATCH] Fix Netdump library architecture (#7659) 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 2f6ad5e22..bc23b9cee 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