Fertirrega v6 with internal temperature (but slow)

This commit is contained in:
2026-07-16 16:49:58 +01:00
parent 08709213d9
commit 8d1bb4fadb
121 changed files with 35137 additions and 12048 deletions
+8 -1
View File
@@ -127,8 +127,15 @@ void Error_Handler(void);
/* USER CODE BEGIN Private defines */
#define STATE_RUNNING_OK 0x00
#define STATE_SETUP_CALIBRATION 0x01
#define STATE_RS485_SUPPLY_FAULT 0x02
#define STATE_PH_SUPPLY_FAULT 0x03
#define STATE_EC_RTD_SUPPLY_FAULT 0x04
#define STATE_NO_SETUP_CALIBRATION 0x05
#define STATE_HIGH_AMBIENT_TEMPERATURE 0x06
extern uint8_t main_state;
/* USER CODE END Private defines */
#ifdef __cplusplus