File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ IncludeCategories:
65
65
Priority : 1
66
66
IncludeIsMainRegex : ' ([-_](test|unittest))?$'
67
67
IndentAccessModifiers : false
68
- IndentCaseBlocks : true
68
+ IndentCaseBlocks : false
69
69
IndentCaseLabels : true
70
70
IndentExternBlock : Indent
71
71
IndentGotoLabels : true
Original file line number Diff line number Diff line change @@ -21,6 +21,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
***
22
22
23
23
24
+ ## [ 0.34.0]
25
+
26
+ ### Changed
27
+ - ** BREAKING** - Removed support for light sleep on Espressif modules.
28
+ ** This changes the order of the constructor for the ESP32 and ESP8266!**
29
+ - The light sleep mode is non-functional anyway, and confusion over the sleep request pin was putting the board in a position not to sleep at all.
30
+ - Minor tweek to clang-format
31
+ - Moved all variable initialization to default header values and initializer lists
32
+ - Converted all "c-style" casts to static casts
33
+ - Switched cases of strcat and strcpy to snprintf
34
+
35
+ ### Added
36
+
37
+ ### Removed
38
+
39
+ ### Fixed
40
+ - Fixed non-concurrent data fetch for SDI-12 when * NOT* using debugging.
41
+ - Fixed internet connection when in "testing mode"
42
+
43
+ ***
44
+
45
+
24
46
## [ 0.33.4]
25
47
26
48
### Fixed
You can’t perform that action at this time.
0 commit comments