We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5538e97 commit 31189a3Copy full SHA for 31189a3
HdmiInput/HdmiInput.cpp
@@ -67,8 +67,8 @@
67
#define registerMethod(...) for (uint8_t i = 1; GetHandler(i); i++) GetHandler(i)->Register<JsonObject, JsonObject>(__VA_ARGS__)
68
69
#define API_VERSION_NUMBER_MAJOR 1
70
-#define API_VERSION_NUMBER_MINOR 4
71
-#define API_VERSION_NUMBER_PATCH 0
+#define API_VERSION_NUMBER_MINOR 1
+#define API_VERSION_NUMBER_PATCH 1
72
73
static int audio_output_delay = 100;
74
static int video_latency = 20;
0 commit comments