default language

The default language is English.
This commit is contained in:
createskyblue
2020-08-18 14:08:54 +08:00
parent 87a26ead09
commit 7e6b070c6e
3 changed files with 596 additions and 596 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -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);