esp-iot-solution
esp-iot-solution copied to clipboard
Espressif IoT Library. IoT Device Drivers, Documentations And Solutions.
## Description Initializes the gpio_config_t to all zeros, to prevent random value being left in the pull member values of the struct, since they are not set if `gpio_cfg->disable_pull` is...
Text-to-speech supports streaming. ## Description 1. Chat completion supports multi-modal input (images and text). 2. Text-to-speech supports streaming. 3. 🚨 Includes a breaking change: the `message` function in chat completion...
…lting in an invalid scl frequency error ## Description AXS15231B uses the new i2c_master driver to report SCL frequency error ```javascript const esp_lcd_panel_io_i2c_config_t tp_io_config = ESP_LCD_TOUCH_IO_I2C_AXS15231B_CONFIG(); ESP_RETURN_ON_ERROR(esp_lcd_new_panel_io_i2c(i2c_bus_handle, &tp_io_config, &tp_io_handle), TAG,...
### Answers checklist. - [x] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [x] I have updated my IDF branch (master or...
### Answers checklist. - [x] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [ ] I have updated my IDF branch (master...
This PR extends button matrix with inverted levels (low pulse) for the row scan. It introduces a new flag `scan_inverted` in `button_matrix_config_t` that controls this behaviour. Button matrix hardware variants...
### Answers checklist. - [x] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [x] I have updated my IDF branch (master or...
```sdkconfig # CONFIG_BT_BLUEDROID_ENABLED is not set CONFIG_BT_NIMBLE_ENABLED=y ``` 先初始化 ble_services 的一些服务后再 ble_gatts_add_svcs(ota_gatt_db); 会异常(在ble_hs_lock ... -> ... p_ble_npl_mutex_pend).
## Description Allows the use of hidden NVS keys in the uf2 config.ini. Also fixes an error where NVS entries intended to be hidden would be shown, and entries intended...
### Answers checklist. - [x] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [x] I have updated my IDF branch (master or...