mirror of
https://github.com/wagiminator/ATmega-Soldering-Station.git
synced 2025-08-08 13:00:59 +03:00
default language
The default language is English.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -394,10 +394,10 @@ PID ctrl(&Input, &Output, &Setpoint, aggKp, aggKi, aggKd, REVERSE);
|
|||||||
|
|
||||||
|
|
||||||
//LANG 语言支持
|
//LANG 语言支持
|
||||||
/* 0 - ENGLISH
|
/* 0 - 中文 CHINESE
|
||||||
1 - 中文
|
1 - 英文 ENGLISH
|
||||||
*/
|
*/
|
||||||
byte LANG = 0;
|
byte LANG = 1;
|
||||||
void Flip(bool Fmode) {
|
void Flip(bool Fmode) {
|
||||||
arduboy.flipVertical(Fmode);
|
arduboy.flipVertical(Fmode);
|
||||||
arduboy.flipHorizontal(Fmode);
|
arduboy.flipHorizontal(Fmode);
|
||||||
|
Reference in New Issue
Block a user