mirror of
https://github.com/k3ng/k3ng_rotator_controller.git
synced 2024-12-18 20:57:56 +00:00
2020.10.20.01
Merge of pull request 79 - Added Norwegian Bokmål language https://github.com/k3ng/k3ng_rotator_controller/pull/79 (Thanks, Supermagnum) LANGUAGE_NORWEGIAN_BOKMAAL added with pull request 79 merge
This commit is contained in:
parent
8502dfbd9e
commit
99e8494f5b
@ -888,6 +888,10 @@
|
||||
FEATURE_AUTOPARK & FEATURE_PARK - raise an error at compile time if FEATURE_AUTOPARK is enabled without FEATURE_PARK rather than silently including FEATURE_PARK
|
||||
DEBUG_SATELLITE_TRACKING_CALC - fixed compiler error
|
||||
|
||||
2020.10.20.01
|
||||
Merge of pull request 79 - Added Norwegian Bokmål language https://github.com/k3ng/k3ng_rotator_controller/pull/79 (Thanks, Supermagnum)
|
||||
LANGUAGE_NORWEGIAN_BOKMAAL added with pull request 79 merge
|
||||
|
||||
|
||||
All library files should be placed in directories likes \sketchbook\libraries\library1\ , \sketchbook\libraries\library2\ , etc.
|
||||
Anything rotator_*.* should be in the ino directory!
|
||||
@ -902,7 +906,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#define CODE_VERSION "2020.09.17.01"
|
||||
#define CODE_VERSION "2020.10.20.01"
|
||||
|
||||
|
||||
#include <avr/pgmspace.h>
|
||||
|
@ -14,6 +14,8 @@
|
||||
//#define LANGUAGE_GERMAN
|
||||
//#define LANGUAGE_FRENCH
|
||||
//#define LANGUAGE_DUTCH
|
||||
//#define LANGUAGE_NORWEGIAN_BOKMAAL
|
||||
|
||||
|
||||
//#define FEATURE_TEST_DISPLAY_AT_STARTUP
|
||||
|
||||
|
@ -32,6 +32,7 @@
|
||||
//#define LANGUAGE_GERMAN
|
||||
//#define LANGUAGE_FRENCH
|
||||
//#define LANGUAGE_DUTCH
|
||||
//#define LANGUAGE_NORWEGIAN_BOKMAAL
|
||||
|
||||
/* master and remote slave unit functionality */
|
||||
//#define FEATURE_REMOTE_UNIT_SLAVE // uncomment this to make this unit a remote unit controlled by a host unit
|
||||
|
@ -38,6 +38,8 @@
|
||||
// #define LANGUAGE_PORTUGUESE_BRASIL
|
||||
// #define LANGUAGE_GERMAN
|
||||
// #define LANGUAGE_DUTCH
|
||||
// #define LANGUAGE_NORWEGIAN_BOKMAAL
|
||||
|
||||
|
||||
/* master and remote slave unit functionality */
|
||||
// #define FEATURE_REMOTE_UNIT_SLAVE // uncomment this to make this unit a remote unit controlled by a host unit
|
||||
|
@ -31,6 +31,8 @@
|
||||
//#define LANGUAGE_GERMAN
|
||||
//#define LANGUAGE_FRENCH
|
||||
//#define LANGUAGE_DUTCH
|
||||
//#define LANGUAGE_NORWEGIAN_BOKMAAL
|
||||
|
||||
|
||||
/* master and remote slave unit functionality */
|
||||
//#define FEATURE_REMOTE_UNIT_SLAVE // uncomment this to make this unit a remote unit controlled by a host unit
|
||||
|
Loading…
Reference in New Issue
Block a user