summaryrefslogtreecommitdiff
path: root/include/py/homekit/pio
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2023-06-11 01:34:08 +0300
committerEvgeny Zinoviev <me@ch1p.io>2023-06-11 01:34:08 +0300
commitee0341e137f6a8dcf90d5a744e334f66b9d6d60a (patch)
tree72afde11d78754f3bd3387c869236e5a450feb20 /include/py/homekit/pio
parent6055011d82fe001a8cb88359b322c8a8581cc987 (diff)
fix platformio.ini generation
Diffstat (limited to 'include/py/homekit/pio')
-rw-r--r--include/py/homekit/pio/products.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/py/homekit/pio/products.py b/include/py/homekit/pio/products.py
index 388da03..c4fcd73 100644
--- a/include/py/homekit/pio/products.py
+++ b/include/py/homekit/pio/products.py
@@ -8,8 +8,8 @@ from collections import OrderedDict
_logger = logging.getLogger(__name__)
_products_dir = os.path.join(
os.path.dirname(__file__),
- '..', '..', '..',
- 'platformio'
+ '..', '..', '..', '..',
+ 'pio'
)