File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 2
2
ESP8266: reading storage is not working for boot from user2 (fix #1507)
3
3
Fix Array.fill crash if used to fill up all available memory (fix #1668)
4
4
Fix NRF.requestDevice regression (clearInterval error) (fix #1669)
5
+ Smartibot devices now advertise on BLE as 'Smartibot abcd'
5
6
6
7
2v03 : nRF5x: Fix issue when calling NRF.setAdvertising while connected via BLE (fix #1659)
7
8
nRF5x: 'dump()' not outputs `NRF.setSecurity` line if it has been called.
Original file line number Diff line number Diff line change 38
38
'DFU_SETTINGS=--application-version 0xff --hw-version 52 --sd-req 0x8C' ,
39
39
'DEFINES += -DCONFIG_GPIO_AS_PINRESET' , # Allow the reset pin to work
40
40
'DEFINES += -DCONFIG_NFCT_PINS_AS_GPIOS=1' , # Use NFC for GPIOs
41
+ 'DEFINES+=-DBLUETOOTH_NAME_PREFIX=\' "Smartibot"\' ' ,
41
42
# 'JSMODULESOURCES+=libs/js/PCA9685.min.js',
42
43
# 'JSMODULESOURCES+=libs/js/Smartibot.min.js'
43
44
]
You can’t perform that action at this time.
0 commit comments