Bump GPIOViewer version to v1.5.5

This commit is contained in:
Theo Arends 2024-07-17 14:28:50 +02:00
parent 85bff67d9b
commit b23a2f2304
1 changed files with 4 additions and 1 deletions

View File

@ -30,6 +30,9 @@
* GvUrl 1 - Select default url (GV_BASE_URL) * GvUrl 1 - Select default url (GV_BASE_URL)
* GvUrl https://thelastoutpostworkshop.github.io/microcontroller_devkit/gpio_viewer_1_5/ * GvUrl https://thelastoutpostworkshop.github.io/microcontroller_devkit/gpio_viewer_1_5/
* *
* Note 20240717
* - GVRelease 1.5.5
*
* Note 20240602 * Note 20240602
* - GVRelease 1.5.4 * - GVRelease 1.5.4
* *
@ -65,7 +68,7 @@
#define GV_KEEP_ALIVE 1000 // milliseconds - If no activity after this do a heap size event anyway #define GV_KEEP_ALIVE 1000 // milliseconds - If no activity after this do a heap size event anyway
const char *GVRelease = "1.5.4"; const char *GVRelease = "1.5.5";
/*********************************************************************************************/ /*********************************************************************************************/