From 4ad6797890f494ae07c763d1b2b1fcfe00d8ea19 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 30 Apr 2019 11:25:36 +0000 Subject: [PATCH] build instructions for arduino-cli --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..98b836c --- /dev/null +++ b/readme.md @@ -0,0 +1,4 @@ +export ARDUINO_SKETCHBOOK_DIR=~/rgbled +arduino-cli compile --debug --fqbn=esp8266:esp8266:nodemcu ~/rgbled/sketch + +