panky-codes
|
952021cdb6
|
Changed float to int in battery controller file.
|
2021-01-16 21:31:58 +01:00 |
|
panky-codes
|
8697a06642
|
Changed std accumulate to use int instead of a float.
|
2021-01-16 20:46:01 +01:00 |
|
panky-codes
|
271ca78be5
|
Converted all the other float usage to int.
|
2021-01-16 20:18:55 +01:00 |
|
panky-codes
|
e2d1f81915
|
Converted percent remaining calc to int.
|
2021-01-16 19:51:32 +01:00 |
|
panky-codes
|
dece6c6bc8
|
Adapted the accumulate function to return float.
|
2021-01-14 22:11:17 +01:00 |
|
panky-codes
|
b8f943e73c
|
Implemented a circular buffer and added an average alg for batter remaining percentage.
|
2021-01-14 21:22:36 +01:00 |
|
petter
|
10376cd81c
|
fix MusicService UUID typo in comment
|
2021-01-08 15:35:43 +01:00 |
|
JF002
|
c6556bcdea
|
Merge pull request #136 from okaestne/include-cleanup
Includes cleanup
|
2020-12-01 21:44:44 +01:00 |
|
okaestne
|
1516573df4
|
Include cleanup: components
|
2020-11-16 01:35:45 +01:00 |
|
Ryan Hartlage
|
3ccfa1d924
|
Fixed typo (Transfert -> Transfer)
|
2020-11-01 15:44:06 -05:00 |
|
JF
|
29f8074fcb
|
Refactoring of BLE service discovery : it is now implemented into the classes of the services.
|
2020-10-29 16:06:01 +01:00 |
|
JF
|
f90f2254f5
|
Reset BLE services on disconnect, do not start advertising if a connection is already established.
|
2020-10-28 18:23:09 +01:00 |
|
JF
|
7de43a1660
|
Fix conflicts
|
2020-10-27 21:55:18 +01:00 |
|
JF
|
07b6812f61
|
Notifications : Fix copy when the messages is spread across multiple os_mbuf.
|
2020-10-22 10:43:42 +02:00 |
|
JF
|
cabf1168d4
|
Notifications : Fix display of notification index/number.
|
2020-10-21 22:15:02 +02:00 |
|
JF
|
440ae412b9
|
Increase max size of notification message to 100 char.
Fix bug in message handling that would ignore the last character of the notification.
|
2020-10-21 17:31:56 +02:00 |
|
JF
|
ef5670c7e0
|
Integrate new notification UI with notifications coming from BLE
|
2020-10-20 20:57:39 +02:00 |
|
Avamander
|
6f45c0f669
|
Unified MusicStatus enum constant capitalization with others
|
2020-10-15 22:45:53 +03:00 |
|
Avamander
|
2b9906184b
|
Refactored and improved the Music watchapp
|
2020-10-15 22:16:08 +03:00 |
|
Avamander
|
6c86d1d9d7
|
Fixed all the includes that were broken due to the renames
|
2020-10-02 22:16:48 +03:00 |
|
Avamander
|
40a643d203
|
Renamed Components/ to components/
|
2020-10-02 21:44:27 +03:00 |
|