Skip to content
Ken Sharp edited this page Dec 8, 2023 · 1 revision

Non-Volatile Storage Constants

Constants defined in LinxDevice.h for use with non-volatile storage functions.

NVS_USERID
0x00 - The 16 bit user ID. Users can get and set this value at runtime.

NVS_ETHERNET_IP
0x02 - The 4 byte Ethernet IP address of the device.

NVS_ETHERNET_PORT
0x06 - The 2 byte Ethernet port the device listens on.

NVS_WIFI_IP
0x08 - The 4 byte Wifi IP address of the device.

NVS_WIFI_PORT
0x0C - The 2 byte Wifi port that the device listens on.

NVS_WIFI_SSID_SIZE
0x0E - The 1 byte Wifi SSID length in characters.

NVS_WIFI_SSID
0x0F - The variable size Wifi SSID. The actual size is specified in NVS_WIFI_SSID_SIZE.

NVS_WIFI_SECURITY_TYPE
0x30 - The one byte Wifi security type code.

NVS_WIFI_PW_SIZE
0x31 - The Wifi password size in characters.

NVS_WIFI_PW
0x32 - The variable length (up to 64 bytes) Wifi password. The actual wifi password size is specified in NVS_WIFI_PW_SIZE .

NVS_SERIAL_INTERFACE_MAX_BAUD
0x72 - ...

Related Links

Firmware Reference

Clone this wiki locally