This commit is contained in:
Zygfryd Homonto 2024-07-20 22:03:00 +01:00
parent f332c05e5c
commit 5749cfcf0c
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Import('env')
use_ftp = 'y'
use_ftp = 'n'
# Troubleshooting python modules ================================
# https://docs.platformio.org/en/stable/scripting/examples/extra_python_packages.html
@ -25,6 +25,7 @@ from dotenv import dotenv_values
from dotenv import set_key
from dotenv import get_key
# change this path to the one existing on your computer
OUTPUT_DIR = "/Volumes/scripts/scripts/001-esp-firmware/esp/02-homekit/001-fv{}".format(os.path.sep)
config = env.GetProjectConfig()

View File

@ -1,5 +1,5 @@
Import('env')
use_ftp = 'y'
use_ftp = 'n'
# Troubleshooting python modules ================================
# https://docs.platformio.org/en/stable/scripting/examples/extra_python_packages.html
@ -25,6 +25,7 @@ from dotenv import dotenv_values
from dotenv import set_key
from dotenv import get_key
# change this path to the one existing on your computer
OUTPUT_DIR = "/Volumes/scripts/scripts/001-esp-firmware/esp/02-homekit/001-fv{}".format(os.path.sep)
config = env.GetProjectConfig()