forked from la3za/Multi-Face-GPS-Clock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
clock_debug.h
21 lines (16 loc) · 941 Bytes
/
clock_debug.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// debugging options
//#define FEATURE_SERIAL_SOLAR // serial output for debugging of solar
//#define FEATURE_SERIAL_GPS // serial output for debugging of GPS
#define FEATURE_SERIAL_MOON // serial output for test of moon functions
//#define FEATURE_SERIAL_MENU // serial output for menu & general testing
//#define FEATURE_SERIAL_TIME // serial output for testing of time
// #define DEBUG_MANUAL_POSITION // Used for testing of location functions, when one is elsewhere than that of the GPS
// London:
//float latitude_manual = 51.5; // N-S, degrees, South is negative
//float longitude_manual = 0.0; // E-W, degrees, West is negative
// New Dehli:
float latitude_manual = 28.6; // N-S, degrees, South is negative
float longitude_manual = 77.2; // E-W, degrees, West is negative
// Asker, Norway
//float latitude_manual = 59.83; // N-S, degrees, South is negative
//float longitude_manual = 10.43; // E-W, degrees, West is negative