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 081bb4e commit 09d61d8Copy full SHA for 09d61d8
src/codal_port/mpconfigport.h
@@ -86,7 +86,7 @@
86
#define MICROPY_PORT_BUILTINS \
87
{ MP_ROM_QSTR(MP_QSTR_open), MP_ROM_PTR(&mp_builtin_open_obj) },
88
89
-#define MICROBIT_RELEASE "2.0.0-beta.1"
+#define MICROBIT_RELEASE "2.0.0-beta.2"
90
#define MICROBIT_BOARD_NAME "micro:bit"
91
#define MICROPY_HW_BOARD_NAME MICROBIT_BOARD_NAME " v" MICROBIT_RELEASE
92
#define MICROPY_HW_MCU_NAME "nRF52833"
0 commit comments