Version 2 of the http package has been released.
The big change is that it keeps connections to servers open for multiple requests. This is especially important for TLS connections that are expensive to set up.
https://t.co/oYjCGEYLup
Unicode-aware upper-case/lower-case library for Toit. This uses a very compact encoding to encode everything in just 500 bytes per direction.
https://t.co/YmBrBYDtPD
Need to implement a captive portal on your Toit device?Eg. for configuration the embedded device creates its own WiFi hotspot, which you connect to w/ your phone. This pkg implements the necessary DNS server and in the examples there's a small web server.
https://t.co/Prq8ew0hHW
Lots of stability improvements to the cellular data drivers for u-blox, Quectel, and Sequans modems.
https://t.co/DiTiySFqCT
https://t.co/L6IOrj1OmV
https://t.co/Y7gbvk0yQN
https://t.co/J3dtGEDU1G
Toit driver for the MPU-6886 High-Performance 6-Axis MEMS MotionTracking™ Device.
This is the gyro in the @m5stack Core2.
Thanks to @its_hard_2_name