We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010da9c commit cedb6a1Copy full SHA for cedb6a1
misc/samples/network_samples/Kconfig
@@ -2,6 +2,9 @@
2
# Kconfig file for package network_samples
3
menuconfig PKG_USING_NETWORK_SAMPLES
4
bool "a network_samples package for rt-thread"
5
+ select PKG_USING_CJSON
6
+ select PKG_USING_WEBCLIENT
7
+ select WEBCLIENT_USING_SAMPLES
8
default n
9
10
if PKG_USING_NETWORK_SAMPLES
0 commit comments