Skip to content

Commit 8e0a5b4

Browse files
committed
Merge branch 'pdpwopr' of github.com:PlummersSoftwareLLC/NightDriverStrip into pdpwopr
2 parents fb1fb79 + e23d3c6 commit 8e0a5b4

File tree

3 files changed

+442
-291
lines changed

3 files changed

+442
-291
lines changed

install_intelhex.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Import("env")
2+
3+
try:
4+
import intelhex
5+
except ImportError:
6+
env.Execute("$PYTHONEXE -m pip install intelhex")

0 commit comments

Comments
 (0)