From 65a43fb66702b9089a56608c5cf2ab8e3608b83d Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Thu, 29 Nov 2018 14:42:17 +0100 Subject: [PATCH] ignore rotary esp32 --- library.json | 2 +- platformio.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index 353ea9f..1565150 100644 --- a/library.json +++ b/library.json @@ -19,7 +19,7 @@ "export": { "exclude": [ - "src/examples/" + "src/examples/*" ] } } \ No newline at end of file diff --git a/platformio.ini b/platformio.ini index 69f3773..678a6b5 100644 --- a/platformio.ini +++ b/platformio.ini @@ -36,6 +36,7 @@ src_filter = +<*> - + - + lib_deps = ${common.lib_deps} lib_ignore = Ai Esp32 Rotary Encoder + [env:analog_esp32] platform = espressif32 board = esp32dev