mirror of
https://github.com/wagiminator/ATmega-Soldering-Station.git
synced 2025-08-08 13:00:59 +03:00
修复版本号显示滞后的问题
This commit is contained in:
@@ -19,8 +19,8 @@
|
|||||||
// SolderingStation2
|
// SolderingStation2
|
||||||
//
|
//
|
||||||
// ATmega328-controlled Soldering Station for Hakko T12 Tips.
|
// ATmega328-controlled Soldering Station for Hakko T12 Tips.
|
||||||
// 此v1.8t4版本功能简介
|
// 此v1.8t5版本功能简介
|
||||||
// This 1.8t4 version of the code implements:
|
// This 1.8t5 version of the code implements:
|
||||||
// - 烙铁头温度实时监测
|
// - 烙铁头温度实时监测
|
||||||
// - Temperature measurement of the tip
|
// - Temperature measurement of the tip
|
||||||
// - PID温度控制
|
// - PID温度控制
|
||||||
@@ -892,7 +892,7 @@ Arduboy2 arduboy;
|
|||||||
#include <avr/sleep.h>
|
#include <avr/sleep.h>
|
||||||
|
|
||||||
// Firmware version
|
// Firmware version
|
||||||
#define VERSION "v1.8t4"
|
#define VERSION "v1.8t5"
|
||||||
|
|
||||||
// Type of rotary encoder
|
// Type of rotary encoder
|
||||||
#define ROTARY_TYPE 1 // 0: 2 increments/step; 1: 4 increments/step
|
#define ROTARY_TYPE 1 // 0: 2 increments/step; 1: 4 increments/step
|
||||||
@@ -1024,7 +1024,7 @@ bool RotaryD = false;
|
|||||||
PID ctrl(&Input, &Output, &Setpoint, aggKp, aggKi, aggKd, REVERSE);
|
PID ctrl(&Input, &Output, &Setpoint, aggKp, aggKi, aggKd, REVERSE);
|
||||||
|
|
||||||
//NMOS - PMOS软件切换
|
//NMOS - PMOS软件切换
|
||||||
#define UsePMOS true
|
#define UsePMOS false
|
||||||
|
|
||||||
//LANG 语言支持
|
//LANG 语言支持
|
||||||
/* 0 - 中文 CHINESE
|
/* 0 - 中文 CHINESE
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user