Skip to content

Commit 448bdbf

Browse files
Replace Intel Hex manipulation code with nrf-intel-hex library.
1 parent a19df60 commit 448bdbf

File tree

5 files changed

+1332
-353
lines changed

5 files changed

+1332
-353
lines changed

editor.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ <h2><i class="fa fa-unlock-alt"></i> <strong>{{ title }}</strong></h2>
253253
<script src="static/js/encoding.js" type="application/javascript"></script>
254254
<script src="static/js/mustache.min.js"
255255
type="application/javascript"></script>
256+
<script src="static/js/intel-hex.browser.js" type="application/javascript"></script>
256257
<script src="blockly/blockly_compressed.js"></script>
257258
<script src="blockly/blocks_compressed.js"></script>
258259
<script src="blockly/python_compressed.js"></script>

0 commit comments

Comments
 (0)