Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite920564

Browse files
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"
1 parentbbc14c0 commite920564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎libraries/Netdump/library.properties‎

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp