Skip to content

Commit 31189a3

Browse files
authored
Update HdmiInput.cpp
1 parent 5538e97 commit 31189a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HdmiInput/HdmiInput.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
#define registerMethod(...) for (uint8_t i = 1; GetHandler(i); i++) GetHandler(i)->Register<JsonObject, JsonObject>(__VA_ARGS__)
6868

6969
#define API_VERSION_NUMBER_MAJOR 1
70-
#define API_VERSION_NUMBER_MINOR 4
71-
#define API_VERSION_NUMBER_PATCH 0
70+
#define API_VERSION_NUMBER_MINOR 1
71+
#define API_VERSION_NUMBER_PATCH 1
7272

7373
static int audio_output_delay = 100;
7474
static int video_latency = 20;

0 commit comments

Comments
 (0)