updated firmware to 0249 firmware

This commit is contained in:
Peli de Halleux
2018-09-27 09:03:11 -07:00
parent 9327760785
commit ea9598e0b9
3 changed files with 3 additions and 3 deletions

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 0250 or above of the firmware")}</strong>
<strong style="font-size:small">${lf("You must have version 0249 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>