-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Florian <1technophile@users.noreply.github.com>
- Loading branch information
1 parent
01f4b41
commit d41bdcf
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule TheengsDecoder
updated
16 files
+5 −0 | docs/.vuepress/config.js | |
+4 −0 | docs/participate/adding-decoders.md | |
+1 −1 | library.json | |
+1 −1 | library.properties | |
+1 −1 | python/CMakeLists.txt | |
+15 −3 | src/decoder.cpp | |
+3 −1 | src/decoder.h | |
+3 −1 | src/devices.h | |
+57 −2 | src/devices/CGDK2_json.h | |
+4 −2 | src/devices/IBT_2X_json.h | |
+2 −1 | src/devices/IBT_4XS_json.h | |
+2 −1 | src/devices/IBT_6XS_SOLIS6_json.h | |
+2 −1 | src/devices/Miband_json.h | |
+2 −1 | src/devices/TPMS_json.h | |
+4 −4 | src/devices/tracker_json.h | |
+9 −3 | tests/BLE/test_ble.cpp |