You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Vim Arduino Ino
2
2
3
+
## UPDATE: THIS PROJECT IS DEPRECATED
4
+
### As of now, the Arduino Ino command line tool [does not work](https://github.com/amperka/ino/issues/71) with newer versions of the Arduino app. Thus, this tool will not work unless you install an older version of the Arduino app. If someone wants to contribute an update to Ino that supports newer versions of the app, they can submit a pull request to the [current repo](https://github.com/scottdarch/Arturo).
5
+
3
6
This script is based on [Vim Arduino][vim-arduino], but uses the
4
7
[Ino][ino] command line utility instead of the Java Arduino compiler.
5
8
It therefore runs in 64-bit environments and allows for compiling and
0 commit comments