Jon Smirl
Jon Smirl
tinyxml2 would make a lot of your XML woes go away. It is what Amazon uses in their C++ SDK. I poked around adding it but the changes are very...
Clean checkout and build this morning on 8fe47272d2288e81d5480be4254f03079bb74744 Built all-clusters and flashed into ESP32 Built Android app and loaded into Pixel 3a. Pairing fails... I (72512) chip[DL]: Confirm received for...
Or maybe it was a BLE/Zigbee bridge. If you try to bind these two devices, aren't you going to run into the self-bind not allowed problem?
It would be very helpful to me if this project were rebased as a fork on the Amazon maintained FreeRTOS tree. https://github.com/aws/amazon-freertos Scroll down and you can see that many...
In asgi.py I can see the call to aclose(); await subscriptions[operation_id].aclose() So how do I catch this in my subscription source? This should generate a GeneratorExit exception. I can not...
AuthUI.signOut().addOnCompleteListener() does not appear to be coded correctly for the emulator. It appears to try going back to Google servers and then times out after about 30 seconds. When not...
It won't compile with target set to C3. Needs some more IFDEFs in the SPI code. https://github.com/gaojulong/lv_port_esp32_C3
When writing lambda functions that query dynamodb I often simply send this data back to the lamdba caller as a JSON result. I would find it useful to have marshalling...
This is a good framework to base your design on. https://github.com/react-boilerplate/react-boilerplate But it is React and not React Native, if you use Expo then you have to rework design for...
I would like to suggest using Expo instead of standard React. Expo supports generating web, IOS and Android apps off from a single source code now. That is an extremely...