Compare commits
No commits in common. "5fcb5305f82cd88b0330e9f737bb6cb381f5b8d5" and "99ae5f9bc1a5059d2d86f712b5e8a05f24c7444e" have entirely different histories.
5fcb5305f8
...
99ae5f9bc1
@ -22,6 +22,6 @@
|
|||||||
#ifndef __SETTINGS_SETTINGS_H__
|
#ifndef __SETTINGS_SETTINGS_H__
|
||||||
#define __SETTINGS_SETTINGS_H__
|
#define __SETTINGS_SETTINGS_H__
|
||||||
|
|
||||||
int settings_save_calibration();
|
settings_save_calibration();
|
||||||
|
|
||||||
#endif /* __SETTINGS_SETTINGS_H__ */
|
#endif /* __SETTINGS_SETTINGS_H__ */
|
||||||
|
@ -229,7 +229,7 @@ int main()
|
|||||||
/* Activate loundspeaker permanently */
|
/* Activate loundspeaker permanently */
|
||||||
loudspeaker_set(1);
|
loudspeaker_set(1);
|
||||||
} else if (pid_controller_active) {
|
} else if (pid_controller_active) {
|
||||||
/* In case temperature measurement is okay and controlelr is working, write output power */
|
/* In case temperature measuremnt is okay and controlelr is working, write output power */
|
||||||
oven_driver_set_power(pid_controller_output < 0 ? 0U : (uint8_t)pid_controller_output);
|
oven_driver_set_power(pid_controller_output < 0 ? 0U : (uint8_t)pid_controller_output);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,8 +19,3 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <reflow-controller/settings/settings.h>
|
#include <reflow-controller/settings/settings.h>
|
||||||
|
|
||||||
int settings_save_calibration()
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user