Skip to content

Commit e94e268

Browse files
authored
Merge pull request #28 from arduino/dev
Ver 1.1.0 candidate
2 parents 80e6656 + 8a48f83 commit e94e268

32 files changed

+1163
-86
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ You can now use Arduino Lab for Micropython to run your examples remotely from t
8686

8787
## Default Demo
8888

89-
Use `mpremote` to copy following the files from the examples folder:
89+
Use `mpremote` to copy following the files from the `examples\demo` folder:
9090
- `main.py`, this file allows you to automatically start the demo
9191
- `demo.py`, demo launcher
9292
- `touch_move.py`, programming the robot movements via touch buttons demo

arduino_alvik/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
__author__ = "Lucio Rossi <l.rossi@arduino.cc>, Giovanni Bruno <g.bruno@arduino.cc>"
66
__license__ = "MPL 2.0"
7-
__version__ = "1.0.1"
7+
__version__ = "1.1.0"
88
__maintainer__ = "Lucio Rossi <l.rossi@arduino.cc>, Giovanni Bruno <g.bruno@arduino.cc>"
9+
__required_firmware_version__ = "1.1.0"
910

1011
from .arduino_alvik import *

0 commit comments

Comments
 (0)