mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
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"
This commit is contained in:
parent
bbc14c0979
commit
e920564b8d
@ -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.
|
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
|
category=Communication
|
||||||
url=https://
|
url=https://
|
||||||
architectures=esp8266 lwip
|
architectures=esp8266
|
||||||
|
Loading…
x
Reference in New Issue
Block a user