Skip to content

Commit

Permalink
Update blue device name
Browse files Browse the repository at this point in the history
  • Loading branch information
Amerlander committed Sep 13, 2023
1 parent b5085bb commit 7d3cd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/bluetooth/MicroBitBLEManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ DEALINGS IN THE SOFTWARE.
#endif

const char *MICROBIT_BLE_MANUFACTURER = NULL;
const char *MICROBIT_BLE_MODEL = "BBC micro:bit";
const char *MICROBIT_BLE_MODEL = "Calliope mini";
const char *MICROBIT_BLE_HARDWARE_VERSION = NULL;
const char *MICROBIT_BLE_FIRMWARE_VERSION = MICROBIT_DAL_VERSION;
const char *MICROBIT_BLE_SOFTWARE_VERSION = NULL;
Expand Down

0 comments on commit 7d3cd1a

Please sign in to comment.