]> git.tnoah.ca Git - lora-radio.git/commitdiff
Cleanup
authorMark Qvist <mark@unsigned.io>
Sun, 13 Apr 2025 16:46:20 +0000 (18:46 +0200)
committerMark Qvist <mark@unsigned.io>
Sun, 13 Apr 2025 16:46:20 +0000 (18:46 +0200)
Bluetooth.h
Makefile

index e5165e1ddc4473b929f09c31811923238b03948f..616c4b6347419dd479f9de9074381b6ea9ff8176 100644 (file)
@@ -605,6 +605,8 @@ char bt_devname[11];
     kiss_indicate_btpin();
   }
 
+  void bt_debond_all() { }
+
   void update_bt() {
     if (bt_allow_pairing && millis()-bt_pairing_started >= BT_PAIRING_TIMEOUT) {
       bt_disable_pairing();
index c17bf38b79c569be0011824c5d66da030e951013..ceec2eb45c74330af9605d19c07f058eb06c31c5 100644 (file)
--- a/Makefile
+++ b/Makefile
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # Version 2.0.17 of the Arduino ESP core is based on ESP-IDF v4.4.7
-ARDUINO_ESP_CORE_VER = 2.0.17
+# ARDUINO_ESP_CORE_VER = 2.0.17
+
+# Version 3.2.0 of the Arduino ESP core is based on ESP-IDF v5.4.1
+ARDUINO_ESP_CORE_VER = 3.2.0
 
 all: release