mirror of
https://github.com/k3ng/k3ng_rotator_controller.git
synced 2025-03-11 14:53:55 +00:00
2.0.2014110301 Fixed bug with LANGUAGE_CZECH (thanks Radek, OK2NMA)
This commit is contained in:
parent
22a4bc4feb
commit
7ed8d1ec6f
@ -268,9 +268,11 @@
|
||||
LANGUAGE_ITALIAN code donated by Paolo, IT9IPQ
|
||||
OPTION_DISPLAY_VERSION_ON_STARTUP code provided by Paolo, IT9IPQ
|
||||
|
||||
Fixed bug with LANGUAGE_CZECH (thanks Radek, OK2NMA)
|
||||
|
||||
*/
|
||||
|
||||
#define CODE_VERSION "2.0.2014101502"
|
||||
#define CODE_VERSION "2.0.2014110301"
|
||||
|
||||
#include <avr/pgmspace.h>
|
||||
#include <EEPROM.h>
|
||||
|
@ -285,7 +285,7 @@ You can tweak these, but read the online documentation!
|
||||
#define NNE_STRING "NNE"
|
||||
#endif //LANGUAGE_SPANISH
|
||||
|
||||
#ifdef LANGUAGE_CHECK // courtesy of Jan, OK2ZAW
|
||||
#ifdef LANGUAGE_CZECH // courtesy of Jan, OK2ZAW
|
||||
#define MOON_STRING "mesic "
|
||||
#define SUN_STRING "slunce "
|
||||
#define AZ_TARGET_STRING "Az cíl "
|
||||
|
Loading…
x
Reference in New Issue
Block a user