esp-iot-solution
esp-iot-solution copied to clipboard
Espressif IoT Library. IoT Device Drivers, Documentations And Solutions.
### 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...
Camera is YUYV 512 bytes transfer, and yes it will be slow but thats fine. However the new stream component and examples all force to MJPEG, which is not an...
### 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. - [X] I have updated my IDF branch (master or...
USB MSC Wireless Disk例程中提到: [Known Issues](https://github.com/espressif/esp-iot-solution/blob/master/examples/usb/device/usb_msc_wireless_disk/README.md#known-issues) Files uploaded through web can not be aware by host , so Windows files resource manager can not update the files list automatically. Please...
### 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. - [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. - [X] I have updated my IDF branch (master or...
- Refactored the enum values for button press in `iot_button.h` to include a new value `BUTTON_PRESS_NORMAL`. - Added calls to the event callback function for `BUTTON_PRESS_NORMAL` in `iot_button.c` when the...