From 2bca43cfa18e65e94fac2b90dab8861263571e3e Mon Sep 17 00:00:00 2001 From: foamyguy Date: Mon, 16 Oct 2023 11:43:23 -0500 Subject: [PATCH] adding template engine --- .gitmodules | 3 +++ docs/drivers.rst | 1 + libraries/helpers/templateengine | 1 + 3 files changed, 5 insertions(+) create mode 160000 libraries/helpers/templateengine diff --git a/.gitmodules b/.gitmodules index a361c227..6036f98b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -962,3 +962,6 @@ [submodule "libraries/drivers/ad569x"] path = libraries/drivers/ad569x url = https://github.com/adafruit/Adafruit_CircuitPython_AD569x.git +[submodule "libraries/helpers/templateengine"] + path = libraries/helpers/templateengine + url = https://github.com/adafruit/Adafruit_CircuitPython_TemplateEngine.git diff --git a/docs/drivers.rst b/docs/drivers.rst index 3eea906e..835b3fce 100644 --- a/docs/drivers.rst +++ b/docs/drivers.rst @@ -125,6 +125,7 @@ Helpers for interfacing with the internet, including IoT protocols. NTP (Network time Protocol) Requests OAuth2.0 + Template Engine Bluetooth Low Energy Helpers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/libraries/helpers/templateengine b/libraries/helpers/templateengine new file mode 160000 index 00000000..24832eca --- /dev/null +++ b/libraries/helpers/templateengine @@ -0,0 +1 @@ +Subproject commit 24832ecadc812393fdb1114cc02d34d067a2c861