mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 02:02:23 +00:00
Initial Checkin for WiFi and HTTP Server Framework
This commit is contained in:
@@ -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!"
|
||||
Reference in New Issue
Block a user