2 files changed
+7
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
126 | 132 |
| |
127 | 133 |
| |
128 | 134 |
| |
|
- .github/workflows/build-ci.yml+28-2
- .github/workflows/publish-platformio.yml+33
- .gitignore+5-1
- CMakeLists.txt+2
- Makefile+1-1
- README.md+15-1
- doc/Doxyfile.in+3-3
- doc/api/control-panel.rst-3
- doc/api/index.rst+1
- doc/api/pd-info.rst+26
- doc/api/peripheral-device.rst-3
- doc/index.rst+1
- doc/libosdp/build-and-install.rst+1-1
- examples/platformio/README.md+11
- examples/platformio/cp.ino+81
- examples/platformio/pd.ino+98
- library.json+35
- platformio/osdp_config.h+42
- platformio/osdp_export.h+14
- platformio/platformio.cpp+12
- python/osdp_sys/data.c+13-3
- scripts/make-html-docs.sh+16
- scripts/make-release.sh+23-1
- scripts/run_tests.sh+3-3
- src/osdp_common.c+1-1
- utils+1-1
0 commit comments