Language change implementation revamped. Didn't work as intended with Arduino IDE.
This commit is contained in:
@@ -198,7 +198,7 @@ extern volatile uint16_t buttons; //an extended version of the last checked but
|
||||
|
||||
#else
|
||||
// Standard directly connected LCD implementations
|
||||
#if LANGUAGE_CHOICE == ru
|
||||
#ifdef LANGUAGE_RU
|
||||
#include "LiquidCrystalRus.h"
|
||||
#define LCD_CLASS LiquidCrystalRus
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user