Checklist
How often does this bug occurs?
always
Expected behavior
Since v1.3 pre-configuring Thread network parameters does not work anymore. I tracked it down to this commit.
Actual behavior (suspected bug)
If no data is found in NVS it should use the OPENTHREAD_NETWORK_xx configuration to create/join a thread network.
Error logs or terminal output
Steps to reproduce the behavior
Configure OPENTHREAD_NETWORK_xx parameters
Erase the board
Flash the board
Project release version
v1.3
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Linux
Operating system version
Ubuntu 24.04
Shell
Bash
Additional context
as esp_openthread_auto_start is never called with NULL anymore, the config values are ignored.
Checklist
How often does this bug occurs?
always
Expected behavior
Since v1.3 pre-configuring Thread network parameters does not work anymore. I tracked it down to this commit.
Actual behavior (suspected bug)
If no data is found in NVS it should use the
OPENTHREAD_NETWORK_xxconfiguration to create/join a thread network.Error logs or terminal output
Steps to reproduce the behavior
Configure OPENTHREAD_NETWORK_xx parameters
Erase the board
Flash the board
Project release version
v1.3
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Linux
Operating system version
Ubuntu 24.04
Shell
Bash
Additional context
as
esp_openthread_auto_startis never called with NULL anymore, the config values are ignored.