diff --git a/circuitpython/code/main.py b/circuitpython/code/main.py index b6066dd..854f708 100644 --- a/circuitpython/code/main.py +++ b/circuitpython/code/main.py @@ -26,9 +26,9 @@ https://framagit.org/arofarn/Cameteo TODO for v1 : * write data on flash drive (work-in-progress) - * send data through UART (one more !) + * send data through UART (work-in-progress) """ -__version__ = 0.1 +__version__ = 0.2 ########## # config #