Add BLE driver for NRF52

This commit is contained in:
jacob.eva
2024-01-25 21:35:40 +00:00
parent 6e8865b2ae
commit 80769f1101
4 changed files with 173 additions and 3 deletions

View File

@@ -140,7 +140,7 @@ void setup() {
update_display();
#endif
#if MCU_VARIANT == MCU_ESP32
#if MCU_VARIANT == MCU_ESP32 || MCU_VARIANT == MCU_NRF52
#if HAS_PMU == true
pmu_ready = init_pmu();
#endif