Samuel Beer

Results 9 comments of Samuel Beer

Does this mean that there is no way that NEW (unknown) devices will ever receive the retention message an a certain toppic?

I would like to hear that as well! Idk how statemachines can be simpler than double diapatched std::visit with the ovwrload pattern, but maybe they can

@lefticus I'm lucky I'm just at about 5 types now haha. But I'll keep that in mind. It is most certainly not the most optimal state machine, because the reentry...

xtensa-esp32-elf yes. I think it's a gcc derivate and uses libstdc++. Current compiler version is 11.2. EDIT: I think this lib is very interesting for embedded systems as we can't...

Thank you for your urgent action. Unfortunately it doesn't compile. __XTENSA__ however is recognised, so errors changed. Is this intended? : `#if defined(__AVR__) && defined(__XTENSA__)` Or should it mean `#if...

- It's interesting. You're right that stdlibc++ doesn't guard against STDC_HOSTED, but the guard seems to be in the compiler. I get errors for constexpr sqrts: error: call to non-'constexpr'...

Sorry still had this tab open, didn't refresh to see that you answered. Thank you in any case. It _almost_ compiles. There are still minor bugs: ``` F esp-idf\main\CMakeFiles\__idf_main.dir\app_main.cpp.obj.d -o...

It compiles without errors now! Thank you a ton! Looking forward to implementing that driver as well (when I have time for it) :))