comments
This commit is contained in:
parent
f332c05e5c
commit
5749cfcf0c
@ -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()
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user