We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab662fc commit 38d8bfeCopy full SHA for 38d8bfe
main/main.c
@@ -30,6 +30,7 @@
30
#endif
31
#define TAG "Main"
32
33
+SemaphoreHandle_t xGuiSemaphore;
34
double reprap_chamber_temp_buff[NUM_TEMPS_BUFF] = {0};
35
int reprap_chamber_temp_curr_pos = 0;
36
double reprap_babysteps_amount = 0.05;
0 commit comments