Skip to content

Commit e920564

Browse files
Fix Netdump library architecture (esp8266#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"
1 parent bbc14c0 commit e920564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Netdump/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=tcpdump-like logger for esp8266/Arduino
66
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.
77
category=Communication
88
url=https://
9-
architectures=esp8266 lwip
9+
architectures=esp8266

0 commit comments

Comments
 (0)