Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrimat committed Apr 3, 2019
1 parent 00dcae0 commit bbe186e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ Puoi aiutarmi <a href="https://github.com/Fabrimat/FastNAO/issues">proponendo mi
FastNAO è rilasciato sotto licenza Apache 2.0. Clicca su [Licenza](LICENSE) per maggiori informazioni.

### Stato del progetto & Download
La versione attuale di FastNAO è **v0.8.7**. Puoi scaricare l'ultima pre-release da <a href="https://github.com/Fabrimat/FastNAO/releases/tag/v0.8.7">qui</a>. Altrimenti puoi ottenere l'ultima versione di sviluppo clonando questo repository.
La versione attuale di FastNAO è **v0.10.1**. Puoi scaricare l'ultima pre-release da <a href="https://github.com/Fabrimat/FastNAO/releases/tag/v0.10.1">qui</a>. Altrimenti puoi ottenere l'ultima versione di sviluppo clonando questo repository.
5 changes: 2 additions & 3 deletions app/fastnao.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,9 +627,8 @@ def activateWiFi(self):
self.tts.say(lang.WiFiError)
return
if not self.connectionManager.getTetheringEnable("wifi"):
self.connectionManager.setCountry(wifiCountry)
self.connectionManager.enableTethering("wifi", tetheringSSID, \
tetheringPassword)
self.connectionManager.enableTethering("wifi", config.Tethering_SSID, config.Tethering_Password)
self.connectionManager.setCountry(config.Wifi_Country)
self.tts.say(lang.WifiActivated)
else:
self.tts.say(lang.WifiAlreadyActive)
Expand Down

0 comments on commit bbe186e

Please sign in to comment.