ntremble-sst
ntremble-sst
Hi @david-cermak I have tables containing command prototypes, the one containing this command is: ``` static const stModemTable_t FCMA62N[] = { //command response timeout attempts txfn ... }, { "AT+QSTAAPINFO=\"%s\",\"%s\"%s",...
PS I am on leave, so may not respond immediately.
No, I have not. I will try that and let you know how it goes. It will be a couple of weeks before I can try as I will be...
Hi David, It appears to be much simpler than buffer overflow, or even timeouts. Calls of the form: ` if( dce->command( (const std::string)cmd, my_line_cb, timeout ) == command_result::OK ) `...
I am also seeing this same issue. I have been using various IDF versions above 5.0 with no issue, but as soon as I install IDF 5.3 or higher this...
To add to my previous comment, with only IDF 5.1.2 and IDF 5.2.2 in the IDF manager they were showing normally. I then closed my project and exited from Eclipse,...
I managed to construct a working toot_set_config.json file which allows me to build for ESP32-S3 with IDF 5.2.2, or for ESP32-P4 with IDF 5.3, in both cases within Eclipse, and...
> This problem may be related to [Unable to install ESP-IDF 5.3.2 via ESP-IDF Manager in Elclipse (IEP-1395)](https://github.com/espressif/idf-eclipse-plugin/issues/1105#issuecomment-2666747708) > > Where idf_tools.py does not export the path to the ESP-IDF...