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 7e0ef17 commit e3e8037Copy full SHA for e3e8037
AVInput/AVInput.cpp
@@ -31,7 +31,7 @@
31
#include <algorithm>
32
33
#define API_VERSION_NUMBER_MAJOR 1
34
-#define API_VERSION_NUMBER_MINOR 6
+#define API_VERSION_NUMBER_MINOR 7
35
#define API_VERSION_NUMBER_PATCH 0
36
37
#define HDMI 0
HdmiInput/HdmiInput.cpp
@@ -67,7 +67,7 @@
67
#define registerMethod(...) for (uint8_t i = 1; GetHandler(i); i++) GetHandler(i)->Register<JsonObject, JsonObject>(__VA_ARGS__)
68
69
70
-#define API_VERSION_NUMBER_MINOR 3
+#define API_VERSION_NUMBER_MINOR 4
71
72
73
static int audio_output_delay = 100;
0 commit comments