v0.9.351
This commit is contained in:
@@ -234,6 +234,9 @@ Work is in progress...
|
||||
|
||||
---
|
||||
## Version history
|
||||
#### v0.9.351
|
||||
- fixed freezing when loading without plugins in some configurations "running dots"
|
||||
|
||||
#### v0.9.350
|
||||
- **Added parameters for configuring `LED_BUILTIN` on ESP32S3 modules:**
|
||||
- `USE_BUILTIN_LED`: Determines whether to use the built-in `LED_BUILTIN` (default is `true`).
|
||||
|
||||
@@ -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){
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user