We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8406e commit 1af5f81Copy full SHA for 1af5f81
package.json
@@ -2,5 +2,5 @@
2
"urls": [
3
["pye.mpy", "github:robert-hh/Micropython-Editor/pye.mpy"]
4
],
5
- "version": "2.4"
+ "version": "2.78"
6
}
strip.sh
@@ -5,6 +5,6 @@ cat pye_xbee.py pye_gen.py | sed "s/\ *#.*$//" | sed "/^$/d" >pye_x3.py
cat shebang pye_core.py pye_ux.py >pye
chmod +x pye
7
cat pye_core.py pye_win.py >pye_win
8
-../micropython/mpy-cross/mpy-cross -O3 -o pye.mpy pye.py
9
-../micropython/mpy-cross/mpy-cross -O3 -o pye_x3.mpy -msmall-int-bits=31 pye_x3.py
+mpy-cross -O3 -o pye.mpy pye.py
+mpy-cross -O3 -o pye_x3.mpy -msmall-int-bits=31 pye_x3.py
10
#
0 commit comments