# Open Sessions Project https://gitpod.io/new#https://github.com/Jason2866/Tasmota-build # install tools in \Terminal sudo apt update && sudo apt install python3-pip -y sudo apt-get install python3.12-venv curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py python3 get-platformio.py # Add-ons user_config_override.h #ifndef USE_MPU6050 #define USE_MPU6050 // [I2cDriver25] Enable MPU6050 sensor (I2C address 0x68 AD0 low or 0x69 AD0 high) (+3K3 of code and 188 Bytes of RAM) #endif # Compiler /home/vscode/.platformio/penv/bin/platformio run -e tasmota32c2 /home/vscode/.platformio/penv/bin/platformio run -e tasmota32c2_2M