Compare commits
2 Commits
696887b4c7
...
1f8e1ad073
| Author | SHA1 | Date | |
|---|---|---|---|
|
1f8e1ad073
|
|||
|
ed84ebdfe8
|
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
.venv
|
||||
__pycache__
|
||||
2
main.py
2
main.py
@ -20,7 +20,7 @@ from collections import deque
|
||||
# ПАРАМЕТРЫ И КОНСТАНТЫ
|
||||
# ================================================================================
|
||||
#data_dir = r"D:\data"
|
||||
data_dir = "./data"
|
||||
data_dir = "/home/awe/Documents/E502_ADC_BF_PC_companion/tmp"
|
||||
PeriodIntegrate = 2
|
||||
pontInOneFqChange = 86
|
||||
|
||||
|
||||
Reference in New Issue
Block a user