mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-09-01 21:18:26 +00:00
ESP-IDF Robot Controls
This commit is contained in:
0
ESP-IDF_Robot/build/.ninja_lock
Normal file
0
ESP-IDF_Robot/build/.ninja_lock
Normal file
@@ -1 +1 @@
|
|||||||
9a237ca7a5277a3ff876b6c31169fa440d1aac4d
|
2df5a6c5cf390afd5722f1ae984ec01e44de0de0
|
||||||
|
@@ -693,7 +693,7 @@ static void continuous_adc_init(adc_channel_t *channel, uint8_t channel_num, adc
|
|||||||
adc_continuous_handle_t handle = NULL;
|
adc_continuous_handle_t handle = NULL;
|
||||||
|
|
||||||
adc_continuous_handle_cfg_t adc_config = {
|
adc_continuous_handle_cfg_t adc_config = {
|
||||||
.max_store_buf_size = 1024,
|
.max_store_buf_size = 124,//1024,
|
||||||
.conv_frame_size = READ_LEN,
|
.conv_frame_size = READ_LEN,
|
||||||
};
|
};
|
||||||
ESP_ERROR_CHECK(adc_continuous_new_handle(&adc_config, &handle));
|
ESP_ERROR_CHECK(adc_continuous_new_handle(&adc_config, &handle));
|
||||||
|
Reference in New Issue
Block a user