Initial Checkin for WiFi and HTTP Server Framework

This commit is contained in:
Jm Casler
2020-09-12 21:43:41 -07:00
parent b6f71ca1db
commit f129b458ad
9 changed files with 314 additions and 31 deletions

View File

@@ -397,3 +397,18 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define GPS_POWER_CTRL_CH 3
#define LORA_POWER_CTRL_CH 2
// -----------------------------------------------------------------------------
// WiFi Configuration
// -----------------------------------------------------------------------------
//
// Set WiFi credentials using the API (Does this work?)
// meshtastic --setpref WiFi_SSID_NAME yournetwork
// meshtastic --setpref WiFi_SSID_PASSWORD yourpassword
//
// WiFi_Mode
// 0 = Disabled
// 1 = Enabled
#define WiFi_MODE 0
#define WiFi_SSID_NAME "meshtastic"
#define WiFi_SSID_PASSWORD "meshtastic!"