1234567891011121314151617181920212223242526 |
- menu "http"
- config LWIP_HTTP_TEST
- bool "LWIP_HTTP_TEST enabled"
- default y
- help
- When enabled, LWIP_HTTP_TEST will be defined
- config HTTP_API_V1
- bool "HTTP_API_V1 enabled"
- default n
- help
- When enabled, HTTP_API_V1 will be defined
- endmenu
|