From 562dce58cdfa5e6540b25bcf00221e9bd220910e Mon Sep 17 00:00:00 2001 From: emiel Date: Sun, 11 Aug 2024 00:10:53 +0200 Subject: [PATCH 1/3] OTA update instruction added as a first test of working with git --- content/en/docs/Badges/Hackerhotel 2024/_index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/content/en/docs/Badges/Hackerhotel 2024/_index.md b/content/en/docs/Badges/Hackerhotel 2024/_index.md index 526e8c4..4de9b4d 100644 --- a/content/en/docs/Badges/Hackerhotel 2024/_index.md +++ b/content/en/docs/Badges/Hackerhotel 2024/_index.md @@ -113,3 +113,16 @@ And use pax_insert_png_buf in your code to add the image to the scr ``` pax_insert_png_buf(&gfx, output_png_start, output_png_end - output_png_start, 0, 0, 0); ``` +# Updating the badge firmware + + + +OTA update over WiFi + +First configure WiFi +Use the left most switch to enter the Map by pushing the first switch (from the left) +Push the left most switch to the right, until you see Engine Room appear in the display +Push the fifth button to select the engine room +Select the OTA menu using the fourth button +The badge will try and connect to wifi and update if an update is available + From f28b71d60632101fe4247d22a33f4c95a5c69054 Mon Sep 17 00:00:00 2001 From: emiel Date: Sun, 11 Aug 2024 00:51:34 +0200 Subject: [PATCH 2/3] Small test to see how things work --- content/en/docs/Badges/Hackerhotel 2024/_index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/en/docs/Badges/Hackerhotel 2024/_index.md b/content/en/docs/Badges/Hackerhotel 2024/_index.md index 4de9b4d..f9c1525 100644 --- a/content/en/docs/Badges/Hackerhotel 2024/_index.md +++ b/content/en/docs/Badges/Hackerhotel 2024/_index.md @@ -119,7 +119,6 @@ pax_insert_png_buf(&gfx, output_png_start, output_png_end - output_png_start, 0, OTA update over WiFi -First configure WiFi Use the left most switch to enter the Map by pushing the first switch (from the left) Push the left most switch to the right, until you see Engine Room appear in the display Push the fifth button to select the engine room From 21db8d5e596ba4adb95d7ccb139327f34f4add5d Mon Sep 17 00:00:00 2001 From: emiel Date: Sun, 11 Aug 2024 01:05:22 +0200 Subject: [PATCH 3/3] update 2 --- content/en/docs/Badges/Hackerhotel 2024/_index.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/content/en/docs/Badges/Hackerhotel 2024/_index.md b/content/en/docs/Badges/Hackerhotel 2024/_index.md index f9c1525..7788642 100644 --- a/content/en/docs/Badges/Hackerhotel 2024/_index.md +++ b/content/en/docs/Badges/Hackerhotel 2024/_index.md @@ -114,9 +114,6 @@ And use pax_insert_png_buf in your code to add the image to the scr pax_insert_png_buf(&gfx, output_png_start, output_png_end - output_png_start, 0, 0, 0); ``` # Updating the badge firmware - - - OTA update over WiFi Use the left most switch to enter the Map by pushing the first switch (from the left) @@ -124,4 +121,11 @@ Push the left most switch to the right, until you see Engine Room appear in the Push the fifth button to select the engine room Select the OTA menu using the fourth button The badge will try and connect to wifi and update if an update is available - + +OTA Dev update over WiFi + +Use the left most switch to enter the Map by pushing the first switch (from the left) +Push the left most switch to the right, until you see Engine Room appear in the display +Push the fifth button to select the engine room +Select the OTA menu using the fifth button +The badge will try and connect to wifi and update if an update is available