Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 18d253d

Browse files
committed
turn bluetooth back on
1 parent e8e0014 commit 18d253d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

firmware/SW102/src/sw102/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ int main(void)
120120

121121
init_app_timers(); // Must be before ble_init! because it sets app timer prescaler
122122

123-
// kevinh FIXME - turn off ble for now because somtimes it calls app_error_fault_handler(1...) from nrf51822_sw102_ble_advdata
124-
// ble_init();
123+
// kevinh FIXME - turn off ble while debugging
124+
ble_init();
125125

126126
/* eeprom_init AFTER ble_init! */
127127
eeprom_init();

firmware/TODO.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Near term tasks (someone is already working on these)
22

33
* doublecheck that mainscreen on 850c still looks good
4-
* turn bluetooth back on (so flash writes work)
5-
* add info screens to sw102
6-
* update sw102 to use customizable fields and do a sw102 release
7-
* check that lights work on info screen
84

95
* Update wiki instructions on how to develop for 850C/SW102
106
* Work with 0.20 motor code (ideally by detecting protocol version and let the same build work with either 0.19 or 0.20 motors)
@@ -172,6 +168,10 @@ the GUI thread. Use two buffers + a ptr.
172168
* make the 850C display local ADC report voltage, so bootscreen/sim-motor can check it (and warn user/enter sim mode).
173169
* let user completely customize which fields show in the various layout positions of the screens. said differently: make fields fully customizable like the garmin UI or this note from casainho: https://github.com/OpenSource-EBike-firmware/SW102_LCD_Bluetooth/issues/3#issuecomment-518039673
174170
* let user exit setting screen correctly on sw102
171+
* add info screens to sw102
172+
* turn bluetooth back on (so flash writes work)
173+
* update sw102 to use customizable fields and do a sw102 release
174+
* check that lights work on info screen
175175

176176
# Misc notes from kevin not yet formatted
177177

0 commit comments

Comments
 (0)