OpenShock / Firmware

Espressif Firmware for OpenShock, Controlling shock collars via Reverse engineered proprietary Sub-1 GHz Protocols.
GNU Affero General Public License v3.0
31 stars 11 forks source link

[Bug] Saved networks via serial command is not trying to be connected to #100

Closed LucHeart closed 11 months ago

LucHeart commented 11 months ago

Pre-submission checklist

Board

D1 Mini

Firmware version

1.0.0-rc.3

Flashing method

esptool.exe write_flash 0x0 path

Describe what happened as precisely as possible.

When saving the networks of the device via the serial command, it saves perfectly fine, however even after restarting it does not try to connect to the saved network.

Describe what you expected to happen instead.

For it to connect to the network i saved on restart.

In as much detail as possible, describe the exact steps you took to make the problem appear.

serial into the esp.

use the networks command properly [{"ssid":"LucsNet","password":"MyNetworkPasswordLalala"}]

Other remarks

No response