DCC-EX / CommandStation-EX

EX-CommandStation firmware from DCC-EX. Includes support for WiFi and a standalone WiThrottle server. A complete re-write of the original DCC++.
https://dcc-ex.github.io/
GNU General Public License v3.0
153 stars 103 forks source link

[Feat] Added WIFI_FORCE_AP option to config #340

Closed nathankellenicki closed 1 year ago

nathankellenicki commented 1 year ago

Description

Currently, when specifying your own SSID and password, the board is kicked out of AP mode and it is assumed the user wants to connect to a wifi network with those credentials. This option, when set to true, forces the board to stay in AP mode, enabling a custom SSID and password to be set.

Changes