Open MStapelfeldt opened 8 months ago
Hi, we'll investigate support for the esp-idf framework, which may be a bit more time consuming since we rarely use this framework. Our bp1 is using the esp-idf framework and it has good bluetooth-wifi concurrency. But in general we will prioritize the arduino framework, which has better compatibility.
Replace the comma with the and operand &&
and it will compile with both arduino and esp-idf frameworks.
It looks like it has been fixed in the beta, but didn't make it in the stable. https://github.com/screekworkshop/screek-human-sensor/blob/9b8f9fea2788704a40f5e256787b98f10b09d615/2a/yaml/beta/human-sensor-2a-beta-github.yaml#L581
Fixing it locally for me is easy, I know. But next one will face same issues so I hope it will be merged into stable soon.
We will update this issue immediately in the next 24 hours! Thanks for the feedback.
Fixing it locally for me is easy, I know. But next one will face same issues so I hope it will be merged into stable soon.
We Sync the beta's current content to stable, considering they've been running for over 7 months. and now it should fix the proble now.
I wanted to add microWakeWord to a device which runs on human-sensor-2a firmware and noticed there are several compile errors:
some stuff like
ESP.getCpuFreqMHz()
ortemperatureRead()
could just be commented out, but the main lambda function and validation of zones is an issue. You can reproduce the issue by changing to