index
:
infinitime.git
analog24
calc-onto-analog24
calc-onto-edge
develop
edge
heartdev
images
jumpdev
semiredux
ultraredux
ultraredux-heart
ultraredux2
ultraredux2-pwmbacklight
Unnamed repository; edit this file 'description' to name the repository.
Michele Bini
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
components
Age
Commit message (
Collapse
)
Author
2021-01-16
Changed std accumulate to use int instead of a float.
panky-codes
2021-01-16
Converted all the other float usage to int.
panky-codes
2021-01-16
Converted percent remaining calc to int.
panky-codes
2021-01-14
Adapted the accumulate function to return float.
panky-codes
2021-01-14
Implemented a circular buffer and added an average alg for batter remaining ↵
panky-codes
percentage.
2021-01-08
fix MusicService UUID typo in comment
petter
2020-12-01
Merge pull request #136 from okaestne/include-cleanup
JF002
Includes cleanup
2020-11-16
Include cleanup: components
okaestne
2020-11-01
Fixed typo (Transfert -> Transfer)
Ryan Hartlage
2020-10-29
Refactoring of BLE service discovery : it is now implemented into the ↵
JF
classes of the services.
2020-10-28
Reset BLE services on disconnect, do not start advertising if a connection ↵
JF
is already established.
2020-10-27
Fix conflicts
JF
2020-10-22
Notifications : Fix copy when the messages is spread across multiple os_mbuf.
JF
2020-10-21
Notifications : Fix display of notification index/number.
JF
2020-10-21
Increase max size of notification message to 100 char.
JF
Fix bug in message handling that would ignore the last character of the notification.
2020-10-20
Integrate new notification UI with notifications coming from BLE
JF
2020-10-15
Unified MusicStatus enum constant capitalization with others
Avamander
2020-10-15
Refactored and improved the Music watchapp
Avamander
2020-10-02
Fixed all the includes that were broken due to the renames
Avamander
2020-10-02
Renamed Components/ to components/
Avamander