Skip to content

Commit 59eb445

Browse files
committed
Smartibot devices now advertise on BLE as 'Smartibot abcd'
1 parent d661ec6 commit 59eb445

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
ESP8266: reading storage is not working for boot from user2 (fix #1507)
33
Fix Array.fill crash if used to fill up all available memory (fix #1668)
44
Fix NRF.requestDevice regression (clearInterval error) (fix #1669)
5+
Smartibot devices now advertise on BLE as 'Smartibot abcd'
56

67
2v03 : nRF5x: Fix issue when calling NRF.setAdvertising while connected via BLE (fix #1659)
78
nRF5x: 'dump()' not outputs `NRF.setSecurity` line if it has been called.

boards/SMARTIBOT.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
'DFU_SETTINGS=--application-version 0xff --hw-version 52 --sd-req 0x8C',
3939
'DEFINES += -DCONFIG_GPIO_AS_PINRESET', # Allow the reset pin to work
4040
'DEFINES += -DCONFIG_NFCT_PINS_AS_GPIOS=1', # Use NFC for GPIOs
41+
'DEFINES+=-DBLUETOOTH_NAME_PREFIX=\'"Smartibot"\'',
4142
# 'JSMODULESOURCES+=libs/js/PCA9685.min.js',
4243
# 'JSMODULESOURCES+=libs/js/Smartibot.min.js'
4344
]

0 commit comments

Comments
 (0)