Romolo Manfredini
Romolo Manfredini
In the first example the following handler generates a memory leak: server->on("/upload", HTTP_POST, [](AsyncWebServerRequest *request) { request->send(200); }, handleUpload); it should be written as server->on("/upload", HTTP_POST, [](AsyncWebServerRequest *request) { },...
During linking the linker raise the following error: undefined reference to `ex_32k_start_cnt' I have installed the latest HELTEC ESP32 development framework following the instructions in https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series/blob/master/InstallGuide/windows.md and the latest 2.0.1...
**Describe the bug** The plugin fails activation with the following error: Activation failed: Cannot enable Rainbow Braces[com.junichi11.netbeans.modules.rainbow.braces] - module org.netbeans.modules.java.lexer/1 > 1.32.1 **To Reproduce** Steps to reproduce the behavior: 1....
It seems impossible to download a build of opentx at the moment.