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 d91d2a6 commit 7222371Copy full SHA for 7222371
platform.txt
@@ -1,5 +1,5 @@
1
name=Air MCU
2
-version=0.6.1
+version=0.6.3
3
4
## compiler variables 编译器的路径
5
compiler.path={runtime.tools.xpack-arm-none-eabi-gcc.path}/bin/
@@ -167,9 +167,9 @@ recipe.size.regex.eeprom=^(?:\.eeprom)\s+([0-9]+).*
167
##
168
## AirISP
169
170
-tools.AirISP.path={runtime.tools.AirISP.path}
171
-tools.AirISP.cmd=AirISP
172
-tools.AirISP.cmd.windows=AirISP.exe
+tools.AirISP.path={runtime.tools.AirISP-next.path}
+tools.AirISP.cmd=AirISP-next
+tools.AirISP.cmd.windows=AirISP-next.exe
173
174
## Upload Sketch
175
## -------------
0 commit comments