mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-21 17:16:29 +08:00
feature(adc): add adc example
This commit is contained in:
@ -132,7 +132,11 @@ static const esp_phy_init_data_t phy_init_data= { {
|
||||
0x00,
|
||||
0x00,
|
||||
0x00,
|
||||
#ifdef CONFIG_ESP_PHY_INIT_DATA_VDD33_CONST
|
||||
CONFIG_ESP_PHY_INIT_DATA_VDD33_CONST,
|
||||
#else
|
||||
0x00,
|
||||
#endif
|
||||
0x00,
|
||||
0x00,
|
||||
0x00,
|
||||
|
Reference in New Issue
Block a user