This repo is a script collection which use the arduino-builder and some sources from Arduino ESP8266 to build a Arduino ESP8266 based sketch without a GUI. At this point the scripts are in pre aplha version.
git clone https://github.com/pgollor/esp8266-arduino-autobuilder.git
cd esp8266-arduino-autobuilder
source script.sh
get_source
./test/test.sh
The compiled binary can be found in the ./build/ folder.
- Add a script which use the current board managers json file from ESP Arduino to get download links.
- add jason link list for older releases
- check why build with arduino-builder-1.0.0-beta13 or newer fails
- create "build.options.json" by python script
ESP8266 Arduino Autobuilder by Pascal Gollor is licensed under a Creative Commons Attribution 4.0 International License.
This repository does not contain the following code but some scripts donwload and use this programs:
| Source | License |
|---|---|
| Arduino builder | GPL |
| Arduino IDE | GPL |
| ESP8266 Arduino IDE | GPL |
| mkspiffs | Includes SPIFFS with MIT license |
| esptool | @Christian Klippel GPLv2 - maintained by Ivan Grokhotkov |
| Espressif SDK | Espressif MIT License |
| ESP82GG core files | LGPL |
