espruino / Espruino

The Espruino JavaScript interpreter - Official Repo
http://www.espruino.com/
Other
2.74k stars 741 forks source link

ESP32: Regression fix, cannot build without Bluetooth. #2418

Closed GaryOtt closed 9 months ago

GaryOtt commented 9 months ago

Added #ifdef BLUETOOTH to overcome compilation error.

targets/esp32/main.c:86:5: error: implicit declaration of function 'gatts_sendNUSNotificationIfNotEmpty' [-Werror=implicit-function-declaration]
     gatts_sendNUSNotificationIfNotEmpty();
gfwilliams commented 9 months ago

Thanks!