Add new Screens (gauge, meter,...)
This commit is contained in:
parent
0aa1803ea2
commit
179b14f48c
13 changed files with 354 additions and 7 deletions
|
|
@ -34,7 +34,7 @@ void SystemTask::Work() {
|
|||
NRF_LOG_INFO("Last reset reason : %s", Pinetime::Drivers::Watchdog::ResetReasonToString(watchdog.ResetReason()));
|
||||
APP_GPIOTE_INIT(2);
|
||||
bool erase_bonds=false;
|
||||
nrf_sdh_freertos_init(ble_manager_start_advertising, &erase_bonds);
|
||||
// nrf_sdh_freertos_init(ble_manager_start_advertising, &erase_bonds);
|
||||
|
||||
spi.Init();
|
||||
lcd.Init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue