Skip to content

Tasmota PlatformIO Arduino framework builder

Notifications You must be signed in to change notification settings

Jason2866/esp32-arduino-lib-builder

 
 

Repository files navigation

Tasmota Arduino PlatformIO framework builder ESP32 builderGitHub Releases

This repository contains the scripts that produce the libraries included with Tasmota esp32-arduino.

Build on Ubuntu

sudo apt update && sudo apt install -y git wget curl libssl-dev libncurses-dev flex bison gperf python3 cmake ninja-build ccache jq
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py && \
pip3 install setuptools pyserial click future wheel cryptography pyparsing pyelftools
git clone https://github.com/Jason2866/esp32-arduino-lib-builder
cd esp32-arduino-lib-builder
./build.sh

Development builds

Look in release and download a version. There is the Info of the used commits of IDF / Arduino.

About

Tasmota PlatformIO Arduino framework builder

Resources

Stars

Watchers

Forks

Languages

  • C 39.0%
  • Shell 35.1%
  • Python 23.1%
  • CMake 2.7%
  • Other 0.1%