- Aug 22, 2019
-
-
swym authored
-
Stefan Haun authored
0x31 - battery_current 0x32 - chargein_voltage 0x33 - chargein_current 0x34 - system_voltage 0x35 - thermistor_voltage
-
Stefan Haun authored
* battery_voltage (already existed) * battery_current * chargein_voltage * chargein_current * system_voltage * thermistor_voltage
-
Hauke Mehrtens authored
Only allow paired devices to use this Service. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
rahix authored
FIFO parsing would parse certain packets late because of an incorrect assumption about FIFO-internals. Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Related to #20. Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
-
schneider authored
-
swym authored
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Hauke Mehrtens authored
When we use callbacks to not provide a space to store the variable, this way we can safe some memory. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Hauke Mehrtens authored
We do not use the read callback, so remove it. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Hauke Mehrtens authored
The dynamic registration is not needed and it only has a limited number of memory, use static service data for registration. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
rahix authored
Fixes #73. Signed-off-by:
Rahix <rahix@rahix.de>
-
- Aug 21, 2019
-
-
Hauke Mehrtens authored
Replace printf with LOG_ERR. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Hauke Mehrtens authored
-
Hauke Mehrtens authored
When a file should be created in a non existing folder, it will now be automatically created. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-