Visual Studio Code extension for hepiaLight2Welcome to the Visual Studio Code extension for hepiaLight2 ! The hepiaLight2 extension makes it easy to run, deploy and debug your application in Visual Studio Code. This extension allows you also to update your hepialight's firmware to the latest version so you can use the newest functions to program your board. Features
Keybindings
CreditsThis application relies heavily on pymakr (by pycom) to handle the compilation of serialport to any platform. Known issuesError: Permission denied, cannot open /dev/ttyACM0Be sure to add your user to the device group. To check the device group execute Example under Ubuntu:
In the example above the group is dialout. To add your user to the group, execute:
Error: Device or resource busy, cannot open /dev/ttyACM0In Linux, (ModemManager will try to comunicate)[https://bugs.launchpad.net/modemmanager/+bug/700261] with the HepiaLight board when connected. Please wait 10-15s after pluging the card to compensate for this. Optionally, you can prevent ModemManager from communicating with the board.
To do this, copy the the udev rules file Apply these changes by running:
|