version v1.3.2

This commit is contained in:
Tilen
2026-08-24 21:49:49 +02:00
parent b24c2bbab3
commit 7ebe52ff9e
8 changed files with 10 additions and 7 deletions
+3
View File
@@ -2,7 +2,10 @@
## Develop
## v1.3.2
- Guard all optional functions with the conditional compilation depending on the user configuration
- Fix potential infinite while loop for keep alive
## v1.3.1
@@ -29,7 +29,7 @@
* This file is part of LwBTN - Lightweight button manager.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.3.1
* Version: v1.3.2
*/
#ifndef LWBTN_HDR_OPTS_H
#define LWBTN_HDR_OPTS_H
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "LwBTN",
"version": "1.3.1",
"version": "1.3.2",
"description": "Lightweight button handler for embedded systems",
"keywords": "lwbtn, button, input, manager, btn, lightweight, embedded",
"repository": {
+1 -1
View File
@@ -29,7 +29,7 @@
* This file is part of LwBTN - Lightweight button manager.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.3.1
* Version: v1.3.2
*/
#ifndef LWBTN_HDR_H
#define LWBTN_HDR_H
+1 -1
View File
@@ -29,7 +29,7 @@
* This file is part of LwBTN - Lightweight button manager.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.3.1
* Version: v1.3.2
*/
#ifndef LWBTN_OPT_HDR_H
#define LWBTN_OPT_HDR_H
@@ -29,7 +29,7 @@
* This file is part of LwBTN - Lightweight button manager.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.3.1
* Version: v1.3.2
*/
#ifndef LWBTN_OPTS_HDR_H
#define LWBTN_OPTS_HDR_H
+1 -1
View File
@@ -29,7 +29,7 @@
* This file is part of LwBTN - Lightweight button manager.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.3.1
* Version: v1.3.2
*/
#include <string.h>
#include "lwbtn/lwbtn.h"
+1 -1
View File
@@ -29,7 +29,7 @@
* This file is part of LwBTN - Lightweight button manager.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.3.1
* Version: v1.3.2
*/
#ifndef LWBTN_HDR_OPTS_H
#define LWBTN_HDR_OPTS_H