-
Notifications
You must be signed in to change notification settings - Fork 2
Development Environment Setup
Tarek Al Ayoubi edited this page Oct 8, 2020
·
9 revisions
- Install Git Bash and make sure to enable symbolic link support during installation.
- Install SmartGit and after installation enable
run as administratorwhich can be accessed as follows- right click on SmartGit shortcut
- click on
properties - click on
advanced - enable
run as administrator
- Open SmartGit and clone this repo
- Make sure that you see some files as
symlinksin Windows Explorer. - Install VScode.
- Install PlatformIO and Workbench IDE extentions.
- Open VScode in ESP32 folder and disable Workbench IDE for this for this workspace only.
- Open VScode in Particle folder and disable PlatformIO for this workspace only.
- Check that you can build successfully for Particle and ESP32.
- You are all set!