This commit is contained in:
e2002
2024-12-06 09:57:26 +03:00
parent 001fcb4b93
commit edfa97f31e
3 changed files with 5 additions and 2 deletions

View File

@@ -371,7 +371,7 @@ void Display::loop() {
#endif
requestParams_t request;
if(xQueueReceive(displayQueue, &request, DSP_QUEUE_TICKS)){
bool pm_result;
bool pm_result = true;
pm.on_display_queue(request, pm_result);
if(pm_result)
switch (request.type){

View File

@@ -1,7 +1,7 @@
#ifndef options_h
#define options_h
#define YOVERSION "0.9.350"
#define YOVERSION "0.9.351"
/*******************************************************
DO NOT EDIT THIS FILE.