Skip to content

Commit 2e5d874

Browse files
committed
new tempereature sensor examples
fixed file structure for temperature sensor examples
1 parent ecb6690 commit 2e5d874

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed

changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
## Version 2.9.6
44
### New
5-
- Namespace implemented\
5+
- Namespace implemented
66
Each version gets its own namespace in the form of SINRICPRO_X_Y_Z (SINRICPRO_2_9_6)
77
- SinricProDevice: implemented registerRequestHandler (used by capabilities to register their requestHandler functions)
88
- Implemented SinricProStrings to avoid unnecessary string duplication and move the strings into PROGMEM.
9+
- New temperature sensor example added HTU21D (thanks to [jpa-welten](https://github.com/jpa-welten))
910
### Changes
1011
- Removed types: `DeviceId`, `AppKey` and `AppSecret`. These are now again of type `String`.
1112
- Include guard is now based on `#pragma once` instead of `#ifndef`, `#define` and `#endif`

0 commit comments

Comments
 (0)