Skip to content

Commit

Permalink
Merge branch 'master' of github.com:badgeteam/website
Browse files Browse the repository at this point in the history
  • Loading branch information
renzenicolai committed Aug 26, 2024
2 parents ea40efb + c199a7e commit 64d2e67
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 64d2e67

Please sign in to comment.