fix ci issues - log file and build time limitation

This commit is contained in:
Alex Lisitsyn
2024-04-29 17:14:32 +08:00
parent 4c98083acc
commit b968c36daf
3 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
#define MASTER_MAX_CIDS num_device_parameters
// Number of reading of parameters from slave
#define MASTER_MAX_RETRY 30
#define MASTER_MAX_RETRY 10
// Timeout to update cid over Modbus
#define UPDATE_CIDS_TIMEOUT_MS (500)
+1 -1
View File
@@ -33,7 +33,7 @@
#define MASTER_MAX_CIDS num_device_parameters
// Number of reading of parameters from slave
#define MASTER_MAX_RETRY (30)
#define MASTER_MAX_RETRY (10)
// Timeout to update cid over Modbus
#define UPDATE_CIDS_TIMEOUT_MS (500)