Clemens Kirchgatterer

Results 41 comments of Clemens Kirchgatterer

`esp_log_set_vprintf(...);` in combination of setting `-DUSE_ESP_IDF_LOG -DTAG=\"CORE\"` in CFLAGS works for most of the logs for me.

I use something like this.... Client side: ``` Install Ah snap, your browser doesn't work, use Chromium instead! Ah snap, you are not allowed to use this on HTTP, you...

Thanks for taking the time to look into this. Unfortunately, that is not the issue. **My** table names nor indexes do not have `sqlite` anywhere in them. It is adminer...

@peterpp thank you for explanation. May I ask how your fork of adminer is related to adminerevo? will your fixes eventually land there? or should I consider switching to your...

@peterpp thanks again. Got it! I will def. check it out when 4.13 is out! ;-)

I can provide some anecdata that might be related to this issue. We have ~800 deployed devices, all permanently online. Approximately 4–5% of devices eventually (at any given time) lose...

BTW: Multi line source code should be enclosed in \`\`\` ... \`\`\` and **NOT** in \` ... \` for correct markdown.

Does that mean that for the time being LwIP and WiFi will NOT allocate from PSRAM on all ESP32 models? If this is true is there a estimation for when...

I'm asking because I see degrading stability when WiFi reception is bad and this led me to believe this is due to RAM pressure, because TCP cannot free its packet...