Update: QuecManager BETA 1.0.4

- Added proper truncation
-Moved signal graphs from smd11 to smd7
- Added decimal place for gigabit speeds

Co-Authored-By: Russel Yasol <73575327+dr-dolomite@users.noreply.github.com>
This commit is contained in:
Cameron Thompson
2024-12-18 13:19:55 -05:00
parent 78cc255af6
commit 3e8449e06b
42 changed files with 41 additions and 41 deletions

View File

@@ -24,7 +24,7 @@ log_signal_metric() {
TIMESTAMP=$(date "+%Y-%m-%d %H:%M:%S")
# Run the AT command and capture its output, then clean it
SIGNAL_OUTPUT=$(echo "$COMMAND" | atinout - /dev/smd11 - | clean_atinout_output)
SIGNAL_OUTPUT=$(echo "$COMMAND" | atinout - /dev/smd7 - | clean_atinout_output)
# Ensure the file exists and is a valid JSON array
if [ ! -s "$LOGFILE" ]; then