Skip to content

Commit

Permalink
Live ota url
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbig committed Jun 7, 2016
1 parent ac5777c commit 0b1f8fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
*nodemcu.bin
*.bin
converter/*.dat
2 changes: 1 addition & 1 deletion config.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define BOARD_VERSION "b1"

// Software version
#define FW_VERSION "1.2"
#define FW_VERSION "1.3"

// Enable / disabled modules
#define ENABLE_STATUSLED 1
Expand Down
2 changes: 1 addition & 1 deletion tiveda.ino
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ void checkPois(int eventCode, int eventParam) {
* Perform OTA update
*/
void performOTA() {
String url = String(F("http://sneaker.home/~mrbig/ota/?id=")) + String(ESP.getChipId(), HEX) + String(F("&board=")) + FPSTR(BVERSION);
String url = String(F("http://ota.sneaker.hu/?id=")) + String(ESP.getChipId(), HEX) + String(F("&board=")) + FPSTR(BVERSION);

wifiConnecting = false;

Expand Down

0 comments on commit 0b1f8fe

Please sign in to comment.