Search found 2 matches
- Wed Jul 12, 2023 10:17 pm
- Forum: ESP-IDF
- Topic: How to use esp_netif_dhcpc_option?
- Replies: 5
- Views: 6238
Re: How to use esp_netif_dhcpc_option?
Thanks, I'm with you thus far. But how can I know what the pointer is supposed to point to? Here are all the valid options: typedef enum{ ESP_NETIF_SUBNET_MASK = 1, /**< Network mask */ ESP_NETIF_DOMAIN_NAME_SERVER = 6, /**< Domain name server */ ESP_NETIF_ROUTER_SOLICITATION_ADDRESS = 32, /**< Sol...
- Tue Jul 11, 2023 11:33 pm
- Forum: ESP-IDF
- Topic: Missing ESP32-Specific menuconfig
- Replies: 1
- Views: 1195
Missing ESP32-Specific menuconfig
I have installed using git recursive. and ran ./install esp32
when i createed a new project and ran idf.py menuconfig i could not find esp32-specific settings here.
Was is removed?
when i createed a new project and ran idf.py menuconfig i could not find esp32-specific settings here.
Was is removed?