Skip to content

Commit

Permalink
Merge pull request #118 from NightOwlNL/master
Browse files Browse the repository at this point in the history
First serious contribution. Firmware update HH2024 via wifi or USB.
  • Loading branch information
jhaand authored Aug 11, 2024
2 parents 4ffb0fe + 21db8d5 commit c199a7e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions content/en/docs/Badges/Hackerhotel 2024/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,19 @@ And use <samp>pax_insert_png_buf</samp> 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)
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

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

0 comments on commit c199a7e

Please sign in to comment.