Skip to content

Commit

Permalink
Reset wifi ap password to "TeamRevvoX"
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Apr 18, 2020
1 parent ceb8369 commit 000e222
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/cc3200/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Flashing process using TI Uniflash:
Once the software is running, you have two options to access the MicroPython REPL:

- Through telnet.
* Connect to the network created by the board (as boots up in AP mode), **ssid = "mpy-toniebox", key = ""**.
* Connect to the network created by the board (as boots up in AP mode), **ssid = "mpy-toniebox-RevvoX", key = "TeamRevvoX"**.
* You can also reinitialize the WLAN in station mode and connect to another AP, or in AP mode but with a
different ssid and/or key.
* Use your favourite telnet client with the following settings: **host = 192.168.1.1, port = 23.**
Expand Down
4 changes: 2 additions & 2 deletions ports/cc3200/mpconfigport.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ typedef long mp_off_t;

#ifdef TONIEBOX
#define MICROPY_PY_SYS_PLATFORM "Toniebox (CC3200)"
#define MICROPY_PORT_WLAN_AP_SSID "mpy-toniebox"
#define MICROPY_PORT_WLAN_AP_KEY ""
#define MICROPY_PORT_WLAN_AP_SSID "mpy-toniebox-RevvoX"
#define MICROPY_PORT_WLAN_AP_KEY "TeamRevvoX"
#endif
#ifndef TONIEBOX
#define MICROPY_PY_SYS_PLATFORM "WiPy"
Expand Down

0 comments on commit 000e222

Please sign in to comment.