fix readme

This commit is contained in:
Danila Gamkov 2025-01-31 15:06:08 +03:00
parent b44fc029fc
commit 65c5634372
2 changed files with 3 additions and 3 deletions

View File

@ -96,8 +96,8 @@ asotr02_data_P.csv - ASOTR2 power data in channels 1-6 (in %)
asotr02_data_TSET.csv - ASOTR2 temperature sets in channels 1-6 (in Celsius)
**file data csv fromat:**
column 1: Unix timestamp in seconds
column 2: timestamp (data and time)
column 1: Unix timestamp in seconds
column 2: timestamp (data and time)
columns 3-8 - data from control channels (power, temperature or temperature set)

View File

@ -7,5 +7,5 @@ then
echo "example 1: $0 ./20250120-000"
else
path_=$1
tar -xvzf ${path_}/data/asotr.tar.gz -C ${path_}/data
tar -xzf ${path_}/data/asotr.tar.gz -C ${path_}/data
fi