mirror of
https://github.com/wagiminator/ATmega-Soldering-Station.git
synced 2025-08-07 13:00:30 +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 语言支持
|
||||
/* 0 - ENGLISH
|
||||
1 - 中文
|
||||
/* 0 - 中文 CHINESE
|
||||
1 - 英文 ENGLISH
|
||||
*/
|
||||
byte LANG = 0;
|
||||
byte LANG = 1;
|
||||
void Flip(bool Fmode) {
|
||||
arduboy.flipVertical(Fmode);
|
||||
arduboy.flipHorizontal(Fmode);
|
||||
|
Reference in New Issue
Block a user