Skip to content

Commit

Permalink
Merge pull request #2418 from GaryOtt/master
Browse files Browse the repository at this point in the history
ESP32: Regression fix, cannot build without Bluetooth.
  • Loading branch information
gfwilliams authored Sep 22, 2023
2 parents f87a53c + 88278bc commit 0f3111d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions targets/esp32/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ static void espruinoTask(void *data) {
#endif
while(1) {
jsiLoop(); // Perform the primary loop processing
#ifdef BLUETOOTH
gatts_sendNUSNotificationIfNotEmpty();
#endif
}
}

Expand Down

0 comments on commit 0f3111d

Please sign in to comment.