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:
Anthony Good 2020-10-20 18:53:26 -04:00
parent 8502dfbd9e
commit 99e8494f5b
5 changed files with 12 additions and 1 deletions

View File

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

View File

@ -14,6 +14,8 @@
//#define LANGUAGE_GERMAN
//#define LANGUAGE_FRENCH
//#define LANGUAGE_DUTCH
//#define LANGUAGE_NORWEGIAN_BOKMAAL
//#define FEATURE_TEST_DISPLAY_AT_STARTUP

View File

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

View File

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

View File

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