1
0
forked from me/IronOS

Pull out settings flash calls

This commit is contained in:
Ben V. Brown
2020-05-30 00:05:28 +10:00
parent 22ac8d797b
commit 42ebd37bc8
7 changed files with 91 additions and 48 deletions

View File

@@ -17,6 +17,8 @@
static TickType_t powerPulseRate = 1000;
static TickType_t powerPulseDuration = 50;
TaskHandle_t pidTaskNotification = NULL;
uint32_t currentTempTargetDegC = 0; // Current temperature target in C
/* StartPIDTask function */
void startPIDTask(void const *argument __unused) {
/*