Lines one and two of the default main.py found after flashing with this (https://github.com/adafruit/circuitpython/releases/download/3.0.0/adafruit-circuitpython-gemma_m0-3.0.0.uf2) are: ``` # Gemma IO demo # Welcome to CircuitPython 2.0.0 :) ``` However, main.py throws a ValueError once flashed and does not run, until you replace the lib files from their respective .mpy files from version 3 (downloaded here: https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases/tag/20180810). It seems like the CircuitPy version is 3, but the libs and comments for the started project are outdated.
Lines one and two of the default main.py found after flashing with this (https://github.com/adafruit/circuitpython/releases/download/3.0.0/adafruit-circuitpython-gemma_m0-3.0.0.uf2) are:
However, main.py throws a ValueError once flashed and does not run, until you replace the lib files from their respective .mpy files from version 3 (downloaded here: https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases/tag/20180810).
It seems like the CircuitPy version is 3, but the libs and comments for the started project are outdated.