This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
Added
- pinout for ESP32 WROVER in samples' README files
- support for nRF52840DK + ESP-AT platform in
samples/cert-provisioning/
- documentation (README file) for
samples/rpc/
CONFIG_GOLIOTH_USE_CONNECTION_ID
Kconfig option enables DTLS CID use
Changed
- WiFi state machine (with implemented reconnects) has replaced previous implementation of simple one-shot connection attempt to WiFi Access Point
- moved Python Golioth package to separate repository at https://github.com/golioth/python-golioth-tools
- replaced
samples/common/runtime_psk.conf
withsamples/common/runtime_settings.conf
that additionally enables WiFi credentials storage in Zephyr settings subsystem - verified with NCS v2.5.0
- verified with Zephyr v3.5.0