Nathan Phillips
Nathan Phillips
Referencing `main` from CMakeLists.txt creates a circular dependency that will in many cases cause undefined references during linking when esp-azure is `REQUIRE`d by a component that is in turn `REQUIRE`d...
This would be a breaking change and perhaps should be done using a new property name for that reason, but it's so much more Bifrost-style that it might be right...
If there is a space between -m and the multicast uri it seems to read the uri as a device path
It should be noted that I'm not an expert so it may be something I'm doing wrong, but when I enable module stability in my library project that uses Sodium...
The underlying ESP TLS implementation allows binary (DER) certificate formats but because `NetworkContext` does not allow us to pass the certificate length we are limited to ASCII (CER) certificates with...
Add a constructor for `ToastMessage` that takes `ToastType` only. With the new `RenderFragment` toast content a constructor that takes `ToastType` but not a string message now makes sense. At the...