updated firmware version

This commit is contained in:
Peli de Halleux 2018-09-26 07:49:38 -07:00
parent 72c234188e
commit dc515ec61c
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ It allows for a **one-click download** without installing any additional app or
## Upgrade your Firmware
Make sure that your @boardname@ is running version **0248** or above of the firmware. Upgrading is as easy as dragging a file and it takes a few seconds to get it done.
Make sure that your @boardname@ is running version **0250** or above of the firmware. Upgrading is as easy as dragging a file and it takes a few seconds to get it done.
[Check out the instructions to check and upgrade your @boardname@.](https://support.microbit.org/support/solutions/articles/19000084059-beta-testing-web-usb)

View File

@ -867,7 +867,7 @@ namespace pxt.editor {
<div class="ui grid stackable">
<div class="column five wide" style="background-color: #FFFFCE;">
<div class="ui header">${lf("First time here?")}</div>
<strong style="font-size:small">${lf("You must have version 0248 or above of the firmware")}</strong>
<strong style="font-size:small">${lf("You must have version 0250 or above of the firmware")}</strong>
<div style="justify-content: center;display: flex;padding: 1rem;">
<img class="ui image" src="./static/download/firmware.png" style="height:100px;" />
</div>