Results 144 comments of HomeSpan

Closing for now - Ethernet support will be added as part of the upgrade to use version 3.X of the Arduino-ESP32 library (which also happens to contain a lot better...

Any update on this - as noted above, please start all testing with a clean version Example 1.

This is because the `homeSpan.begin()` function does not copy the full character array for any names passed to it (though I probably should do that in a future update). It...

I've updated the logic in `homeSpan.begin()` and `homeSpan.setHostNameSuffix()` to copy the specified strings instead of copying the pointer. This should solve the problem above and allow you to use strings...

Will release in probably a few more weeks. Working out some final tweaks.

Note the new version will be 1.9.1 (there is a branch for it, though it's not yet been tagged for release since I'm still making changes).

These changes have now been released into production as version 1.9.1.

I have recently noticed this same error in my own setup a few times a few days ago. I'd never seen HomeKit send a malformed message before, but that's what...

Have you been able to confirm that this is indeed the problem. If an alloc() fails, nothing bad happens. The memory is simply not acquired. There should still be plenty...

I'm not sure there is any better solution than at present. Note that the esp32 log functions all use Serial.printf under the hood, so I do not think that is...