* merge: PR SPI pins configureable (ESP32) #807
This commit is contained in:
lumapu 2023-03-26 17:07:22 +02:00
parent a95dce51c6
commit ac7423ca84
2 changed files with 4 additions and 1 deletions

View file

@ -2,6 +2,9 @@
(starting from release version `0.5.66`) (starting from release version `0.5.66`)
## 0.5.108
* merge: PR SPI pins configureable (ESP32) #807
## 0.5.107 ## 0.5.107
* fix: show save message * fix: show save message
* fix: removed serial newline for `enqueueCmd` * fix: removed serial newline for `enqueueCmd`

View file

@ -13,7 +13,7 @@
//------------------------------------- //-------------------------------------
#define VERSION_MAJOR 0 #define VERSION_MAJOR 0
#define VERSION_MINOR 5 #define VERSION_MINOR 5
#define VERSION_PATCH 107 #define VERSION_PATCH 108
//------------------------------------- //-------------------------------------
typedef struct { typedef struct {