We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4287c commit d6c01d0Copy full SHA for d6c01d0
src/codal_port/mpconfigport.h
@@ -90,7 +90,7 @@
90
#define MICROPY_PORT_BUILTINS \
91
{ MP_ROM_QSTR(MP_QSTR_open), MP_ROM_PTR(&mp_builtin_open_obj) },
92
93
-#define MICROBIT_RELEASE "2.0.0-beta.2"
+#define MICROBIT_RELEASE "2.0.0-beta.3"
94
#define MICROBIT_BOARD_NAME "micro:bit"
95
#define MICROPY_HW_BOARD_NAME MICROBIT_BOARD_NAME " v" MICROBIT_RELEASE
96
#define MICROPY_HW_MCU_NAME "nRF52833"
0 commit comments