You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
Copy file name to clipboardExpand all lines: libraries/Netdump/library.properties
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,4 @@ sentence=tcpdump-like logger for esp8266/Arduino
6
6
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.
0 commit comments