Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

firebase: add wifi commands #11

Merged
merged 1 commit into from
Nov 9, 2015
Merged

Conversation

proppy
Copy link
Contributor

@proppy proppy commented Nov 9, 2015

Usage:

AT+CWJAP=ssid,passwd

Only persist to eeprom if connected.

Fixes #3

Serial.println("!I ssid: " + String(cred.ssid));
Serial.println("!I password: " + String(cred.password));
if (wifiConnect()) {
EEPROM.put(0, cred);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AT needs a OK response.

@aliafshar
Copy link
Collaborator

LGTM

aliafshar added a commit that referenced this pull request Nov 9, 2015
firebase: add wifi commands
@aliafshar aliafshar merged commit e19360e into FirebaseExtended:master Nov 9, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants