1.校准模式增加9段温度曲线拟合,使温度读数更加精准
Add 9 sections of temperature curve fitting to the calibration mode to make the temperature reading more accurate
2.烙铁头设定数量增加到30个上限
Increase the number of tips to 30
This commit is contained in:
createskyblue
2020-11-14 10:25:37 +08:00
parent 40b36f1e14
commit b8a05cb631
28 changed files with 5266 additions and 0 deletions

9
flash.bat Normal file
View File

@@ -0,0 +1,9 @@
@echo off
set AvrdudePath="D:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avrdude"
set AvrConf="D:\Program Files (x86)\Arduino\hardware\tools\avr\etc\avrdude.conf"
set HexPath="D:\<5C>ĵ<EFBFBD>\<5C><><EFBFBD><EFBFBD><EFBFBD>ܲ<EFBFBD><DCB2><EFBFBD><EFBFBD><EFBFBD>\TransistorTester.hex"
set eepPath="D:\<5C>ĵ<EFBFBD>\<5C><><EFBFBD><EFBFBD><EFBFBD>ܲ<EFBFBD><DCB2><EFBFBD><EFBFBD><EFBFBD>\TransistorTester.eep"
%AvrdudePath% -C %AvrConf% -v -V -patmega328p -cstk500v1 -PCOM11 -b19200 -Uflash:w:%HexPath%:i -Ueep:w:%eepPath%:i
pause