Skip to content

Commit bced8bb

Browse files
Move to updates.micropythonos.com
1 parent 03e6e8d commit bced8bb

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

internal_filesystem/builtin/apps/com.micropythonos.osupdate/assets/osupdate.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@ def onStop(self, screen):
4848

4949
def show_update_info(self):
5050
self.status_label.set_text("Checking for OS updates...")
51-
# URL of the JSON file
52-
url = "http://demo.lnpiggy.com:2121/osupdate.json" # Adjust if the actual JSON URL differs
53-
print(f"osudpate.py: fetching {url}")
51+
url = "https://updates.micropythonos.com/osupdate.json"
52+
print(f"OSUpdate: fetching {url}")
5453
try:
5554
print("doing requests.get()")
5655
# Download the JSON

ota_updates/osupdate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.3",
3-
"download_url": "http://demo.lnpiggy.com:2121/osupdate_0.0.3.bin",
4-
"changelog": "- appstore: add 'update' button if a new version of an app is available\n- appstore: add 'restore' button to restore updated built-in apps to their original built-in version\n- launcher: don't show launcher apps and sort alphabetically\n- osupdate: show info about update and 'Start OS Update' before updating\n- wificonf: scan and connect to wifi in background thread so app stays responsive\n- introduce MANIFEST.JSON format for apps\n- improve notification bar behavior"
2+
"version": "0.0.4",
3+
"download_url": "https://updates.micropythonos.com/releases/waveshare_ESP32-S3-Touch-LCD-2_0.0.4.bin",
4+
"changelog": "Huge amount of changes, too many to name!"
55
}

0 commit comments

Comments
 (0)