File tree 2 files changed +6
-4
lines changed 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 39
39
#define TIME_ZONE_TYPE_MANUAL 0
40
40
#define TIME_ZONE_TYPE_BASIC 1
41
41
#define TIME_ZONE_TYPE_EXTENDED 2
42
- #define TIME_ZONE_TYPE TIME_ZONE_TYPE_EXTENDED
42
+ #define TIME_ZONE_TYPE TIME_ZONE_TYPE_BASIC
43
43
44
44
//------------------------------------------------------------------
45
45
// Rendering modes.
Original file line number Diff line number Diff line change 8
8
9
9
[env:uno]
10
10
board = uno
11
+ exclude = tests/BasicValidationTest|tests/ExtendedValidationTest
11
12
12
13
[env:nano]
13
14
board = nano
14
15
preprocessor = -DAUNITER_NANO
16
+ exclude = tests/BasicValidationTest|tests/ExtendedValidationTest
15
17
16
18
[env:micro]
17
19
board = promicro16
18
20
locking = false
19
21
preprocessor = -DAUNITER_MICRO
20
- exclude = examples/Clock
22
+ exclude = examples/Clock|tests/BasicValidationTest|tests/ExtendedValidationTest
21
23
22
24
[env:esp8266]
23
25
board = nodemcuv2
24
26
preprocessor = -DAUNITER_ESP8266
25
- exclude = examples/Clock
27
+ exclude = examples/Clock|tests/BasicValidationTest|tests/ExtendedValidationTest
26
28
27
29
[env:esp32]
28
30
board = esp32
29
31
preprocessor = -DAUNITER_ESP32
30
- exclude = examples/Clock
32
+ exclude = examples/Clock|tests/BasicValidationTest|tests/ExtendedValidationTest
You can’t perform that action at this time.
0 commit comments