ivan baktsheev
ivan baktsheev
Arduino default folder for user's libraries is `~/Documents/Arduino/libraries`. If yours library folder is actually `~/Arduino/libraries`, I'll investigate this. Also I fixed many issues within file search routine, maybe libraries is...
Thank you! Yes, my main development environment on mac. I have linux and windows vm to test cuwire. Just launched Arduino IDE on linux vm and found correct locations.
Just released new version, 0.5.3. Please update plugin using Brackets Extension Dialog. CLI is also updated to version 0.5.9. Please check if issue persists.
Hi! Sorry for delay in response. Found that lib. I think Arduino don't follow their own specification to find a lib by header name. Seems like a trivial issue, I'll...
Just released new version, 0.5.3. Please update plugin using Brackets Extension Dialog. CLI is also updated to version 0.5.9. Please check if issue persists.
Just added button to select Arduino IDE. Will release update within next days. To fix it now, please open Terminal.app and launch command to find all Arduino IDE locations. ```...
Ok, that's definitely cuwire error. Do you have `node.js` installed? Brackets plugin shares code with [command line utility `cuwire`](http://apla.github.io/cuwire/cli/) written on `node.js` and it is much easier to detect error...
Try to install latest commit from git repo, globally (with `-g`) or locally — as you wish ``` npm -g install apla/cuwire ``` then run (if installed globally): ``` cuwire...
please use `-a ` to define which Arduino IDE installation to use
cuwire cli is working fine… I just uploaded debug plugin version to check what's going on Please uninstall old version, download test release, then install via Extension Manager, button "drag...