move files again

This commit is contained in:
Evgeny Zinoviev 2023-06-10 23:20:37 +03:00
parent b0bf43e6a2
commit a6d8ba9305
176 changed files with 66 additions and 144 deletions

12
.gitignore vendored
View File

@ -6,19 +6,19 @@
config.def.h config.def.h
__pycache__ __pycache__
.DS_Store .DS_Store
/py_include/test/test_inverter_monitor.log /include/test/test_inverter_monitor.log
/youtrack-certificate /youtrack-certificate
/cpp /cpp
/py_include/test.py /include/test.py
/bin/test.py /bin/test.py
/esp32-cam/CameraWebServer/wifi_password.h /arduino/esp32-cam/CameraWebServer/wifi_password.h
cmake-build-* cmake-build-*
.pio .pio
platformio.ini platformio.ini
CMakeListsPrivate.txt CMakeListsPrivate.txt
/platformio/*/CMakeLists.txt /pio/*/CMakeLists.txt
/platformio/*/CMakeListsPrivate.txt /pio/*/CMakeListsPrivate.txt
/platformio/*/.gitignore /pio/*/.gitignore
*.swp *.swp
/localwebsite/vendor /localwebsite/vendor

View File

@ -1,7 +1,7 @@
import sys import sys
import os.path import os.path
for _name in ('py_include',): for _name in ('include/py',):
sys.path.extend([ sys.path.extend([
os.path.realpath( os.path.realpath(
os.path.join(os.path.dirname(os.path.join(__file__)), '..', _name) os.path.join(os.path.dirname(os.path.join(__file__)), '..', _name)

View File

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

Some files were not shown because too many files have changed in this diff Show More