Harm Berntsen
Harm Berntsen
I encountered a similar issue, I was using Caffe in CPU mode with a GPU available that did not have sufficient memory available. This resulted in errors like `F0325 10:33:59.589546...
For a devcontainer you could pre-create the virtual environment that will be used. I.e.: ``` ENV VIRTUAL_ENV="/opt/venv" ENV PATH="$VIRTUAL_ENV/bin:$PATH" RUN python3 -m venv $VIRTUAL_ENV && \ # Not strictly required,...
I've got an Ai-Thinker ESP-C3-32S-Kit board. I'm rewriting the code to use hardware SPI on the IDF platform, which works fine :). So harware-wise that's possible
Yes, I've got two running in my home right now, works great. I'm not on full feature parity with this repo yet but works fine so far. I'm looking at...
I'm also tracking Bluetooth advertisements on both ESPs (for temperature), the one with 8 temperature sensors attached to it sometimes generates frame errors:  The other one with just one...
> Strange that the other project you referring to (homekit) is not using a CS. Indeed, though that project is targeting the ESP32, not the C3 variant.
Have you tried running `radicale --verify-storage`? I had to remove `.Radicale.props` in my user's collection root due to `[ERROR] Invalid collection 'username': 'VCALENDAR' must not have child collections`
Have you tried running `radicale --verify-storage`?
I'm running with an ESP32-C3 just fine (4 frame errors from 20th of April until now). I'm using hardware SPI and also listen to Bluetooth advertisements from several temperature sensors....