You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So things like IP and MAC address can be changed without re-flashing firmware.
Add some config update commands to the CLI for setting them.
Other potentially useful things to have:
max log level (i.e. trace vs info)
last panic message
last reset reason from panic
env-config constants are used to build up the default config struct values
The text was updated successfully, but these errors were encountered:
The bootloader is pretty small, it can fit in sectors 0 and 1, could dedicate sector 2 to bootloader-specific configs, and sector 3 to application-specific configs.
So things like IP and MAC address can be changed without re-flashing firmware.
Add some config update commands to the CLI for setting them.
Other potentially useful things to have:
The text was updated successfully, but these errors were encountered: