CI: added ESP-IDF component build (closes #1599)

This commit is contained in:
Andreas Kuster
2021-06-25 13:49:11 +02:00
committed by Benoit Blanchon
parent cb2c029e57
commit 52e856fa6f
7 changed files with 62 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
# ArduinoJson - https://arduinojson.org
# Copyright Benoit Blanchon 2014-2021
# MIT License
idf_component_register(SRCS "main.cpp"
INCLUDE_DIRS "")