-
Notifications
You must be signed in to change notification settings - Fork 56
F.A.Q
How can I edit the Deviot Shortcuts?
Where are located the templated used in the New Sketch options?
How can I edit the context menu?
Where is the .hex file generated by Deviot after compile a sketch?
Go to ST Menu > Preferences > Browse Packages
open the Deviot (Arduino IDE)/shortcuts
folder and select the .sublime-keymap
corresponding to your O.S
The templates are located in Packages/Deviot (Arduino IDE)/presets
, you will find template.cpp
and template.ino
Edit the file located in Packages/Deviot (Arduino IDE)/Context.sublime-menu
.
You can use the Default.sublime-commands
file as reference to add new options.
If you are not using a PlatformIO Structure project, follow this steps:
- Go to
Deviot Menu > Options > Open Build Folder
- Search the folder with the name your sketch and open it.
- Go to the
.pioenvs
folder, and select the board (in case you have more than one) you want the .hex, for example uno (for Arduino UNO)
Inside that folder you will find the firmware.hex file you are looking for.
If you are using a PlatformIO Structure project, open the folder where is located your project and follow the step 3
of previous information.
Note that the .pioenvs
folder will be hidden in the unix system and you will need to activate any option to show the hidden files/folders