Compare commits

..

No commits in common. "1c603a5cb1ffdc22c0140cf6e41d68646ef16cdf" and "09909ec041ed2c2cb5387aba80c4a701829907ef" have entirely different histories.

View File

@ -20,7 +20,6 @@ from collections import deque
import numpy as np
import aiohttp
import httpx
import time
from serial_manager import SerialConfig, SerialStore, SerialReader
from protocol_decoder import decode_frames
@ -310,7 +309,6 @@ def send_command(state: str, pu_number: int, ploop_setpoint: float = Query(...),
}
except Exception as e:
logging.error(str(e))
raise HTTPException(status_code=500, detail=str(e))
## MONITORING