aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..72d8f7e
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+SKETCH = main.ino
+CUSTOM_LIBS = arduino-core arduino-i2c-scd4x arduino-sps
+
+UPLOAD_PORT = /dev/ttyUSB0
+# maybe board with eink?
+BOARD = ttgo-t1
+
+ESP_ROOT = $(HOME)/Arduino/hardware/espressif/esp32/
+CHIP = esp32
+
+include $(HOME)/src/makeEspArduino/makeEspArduino.mk