-
Logging critical bugs that must be fixed for deviot to be usable at all at this point.
( I assume no-one is still using this or has switched to vscode now )
If anyone wants to track these or work on…
-
Hello,
I have created a few custom boards but I cannot find them in Deviot.
I can see my boards if I execute `platformio boards` in terminal.
Should I update the list in Deviot somehow?
-
After a successful ota, sometimes it doenst finish.
```PHP
Uploading: [============================================================] 100% Done...
99
99
99
99
16:04:10 [INFO]: Waiting for re…
-
Hello.
Deviot provides no "Select Board" options. This occurs while I have a sketch open. I realize there have been multiple prior issues which are similar and I have read and tried them. I do not kn…
-
Hey all,
Im trying to run deviot, in sublime text, on an ubuntu machine, in order to program an adafruit trinket 5v ( atTiny85).
I've selected, trinket 5v from the board menu, and have selecte…
-
When I upload via serial it acts like it is doing ota, and just sits there,
Cannot upload, it always fails as if its waiting for ota??
Serial monitor works fine.
```PHP
Creating BIN file ".pi…
-
```PHP
Traceback (most recent call last):
File "./python3.3/threading.py", line 901, in _bootstrap_inner
File "./python3.3/threading.py", line 858, in run
File "/Users/shawn/Library/Applicat…
-
Hello! I'm trying to use deviot, I already have everything installed but when I go to "select board", nothing appears
-
To work around another issue I added a symblink in libraries to a local library.
But it seems to break stuff
Maybe this can be ignored or fixed.
```
Traceback (most recent call last):
File "/…
-
The Arduino IDE has an option to enable warnings at various verbosity. I cannot find a corresponding setting for Stino. It always seem to supply -w while I would like to replace -w with -Wall -Wextra.…