Skip to content

Instantly share code, notes, and snippets.

@PCOWandre
PCOWandre / esp106-ard.md
Created February 12, 2024 14:54
Installing esp32 1.0.6 on a current Arduino IDE

Installing version 1.0.6 of the esp32 framework/board on a current Arduino IDE

Notes and pre-reqs

  • This document was written for Windows because that's what I had in front of me. Most of this should translate pretty easily to Linux.
  • This also assumes you have and other basic tools installed and working.
  • You can get your Windows profile directory location by running echo %USERPROFILE% in a command prompt window.
  • On Windows, I use ConEmu for a working shell. https://conemu.github.io/

Prep