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 a7e4501 commit b4c982fCopy full SHA for b4c982f
py/mpconfig.h
@@ -1869,7 +1869,7 @@ typedef double mp_float_t;
1869
1870
// String used for the banner, and sys.version additional information
1871
#ifndef MICROPY_BANNER_NAME_AND_VERSION
1872
-#define MICROPY_BANNER_NAME_AND_VERSION "MicroPython " MICROPY_GIT_TAG " on " MICROPY_BUILD_DATE
+#define MICROPY_BANNER_NAME_AND_VERSION "CircuitPython " MICROPY_GIT_TAG " on " MICROPY_BUILD_DATE
1873
#endif
1874
1875
// String used for the second part of the banner, and sys.implementation._machine
0 commit comments