mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-10 18:45:09 -04:00
Cleanup
This commit is contained in:
parent
c56df7e8b5
commit
d80f866418
2 changed files with 6 additions and 1 deletions
|
@ -605,6 +605,8 @@ char bt_devname[11];
|
||||||
kiss_indicate_btpin();
|
kiss_indicate_btpin();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void bt_debond_all() { }
|
||||||
|
|
||||||
void update_bt() {
|
void update_bt() {
|
||||||
if (bt_allow_pairing && millis()-bt_pairing_started >= BT_PAIRING_TIMEOUT) {
|
if (bt_allow_pairing && millis()-bt_pairing_started >= BT_PAIRING_TIMEOUT) {
|
||||||
bt_disable_pairing();
|
bt_disable_pairing();
|
||||||
|
|
5
Makefile
5
Makefile
|
@ -14,7 +14,10 @@
|
||||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
# 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
|
# 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
|
all: release
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue