|
@ -11,6 +11,7 @@ extern "C" |
|
|
#include "temp.h"
|
|
|
#include "temp.h"
|
|
|
#include "port.h"
|
|
|
#include "port.h"
|
|
|
#include "cover.h"
|
|
|
#include "cover.h"
|
|
|
|
|
|
#include "beep.h"
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#define REACTION_TIME_MS 10 * 60 * 1000
|
|
|
#define REACTION_TIME_MS 10 * 60 * 1000
|
|
@ -124,6 +125,7 @@ extern "C" void app_main(void) |
|
|
T_temp_init(); |
|
|
T_temp_init(); |
|
|
T_heating_plate_init(&heating_plate_structer); |
|
|
T_heating_plate_init(&heating_plate_structer); |
|
|
cover_init(); |
|
|
cover_init(); |
|
|
|
|
|
beep_init(); |
|
|
|
|
|
|
|
|
T_key_registered_cb(process_key_event); |
|
|
T_key_registered_cb(process_key_event); |
|
|
T_wifi_registered_cb(); |
|
|
T_wifi_registered_cb(); |
|
|