Skip to content

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 administrator which 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 symlinks in 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!

Clone this wiki locally