Регистр модбас Resolution переименован в Config регистр

This commit is contained in:
2025-03-04 13:52:04 +03:00
parent 102831d24c
commit 617dcdd228
2 changed files with 9 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ typedef struct
{
uint16_t Location;
uint16_t ROM[4];
uint16_t Resolution;
uint16_t Config;
uint16_t Status;
}MB_SensorParamsTypeDef;
/**