abratchik
abratchik
I'm trying to build MultiNEAT and facing the following issue - when I run ``` root@9178f8ded2ac:/mnt/diskd/source/MultiNEAT# python3 setup.py build_ext running build_ext building 'MultiNEAT._MultiNEAT' extension creating build creating build/temp.linux-x86_64-3.6 creating build/temp.linux-x86_64-3.6/src...
Is it possible to change/increase maxLen parameter when sending a chunked response? based on the documentation: ``` AsyncWebServerResponse *response = request->beginChunkedResponse("text/plain", [](uint8_t *buffer, size_t maxLen, size_t index) -> size_t {...
Hi, @easytarget , I'd like to propose these changes in order to further expand the idea of can web server based on ESP32 CAM board and its clones. Key changes...
Great solution overall, many thanks! Does exactly what I needed. However, it would be nice to have a config for ONVIF cameras. Are there any plans to add this support?...
resolves #388 resolves #389 resolves #390 resolves #393 This pull request is to add new features to the USB API and HID API to extend its functionality. 1. Making the...
Current implementation of USB HID library generates the Serial No automatically by adding the descriptor size to the "HIDAA" string. This approach is ok as a default but in some...
This is to implement FR/Issue #167. The scope of changes includes adding the configuration of an unused GPIO for digital on/off switch for controlling any external device (in example, external...