v1.1.1
Use the Nordic nRF Connect for Desktop Programmer software to flash the binary to the device. After flashing, credentials must be added to the device using the serial shell:
uart:~$ settings set golioth/psk-id <my-psk-id@my-project>
uart:~$ settings set golioth/psk <my-psk>
# WiFi Credentials for the nRF7002dk only
uart:~$ settings set wifi/ssid <my-wifi-ap-ssid>
uart:~$ settings set wifi/psk <my-wifi-ap-password>
# Reboot after setting new credentials
uart:~$ kernel reboot cold
Changes
- Fix: nRF7002dk: increase network buffer to fix allocation failures
- Change: Use better node names in Devicetree overlay examples
- Fix: LEDs are active high