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 2f604f7 commit 9efa1feCopy full SHA for 9efa1fe
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.99"
+#define MICROBIT_RELEASE "2.0.0-beta.1"
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