We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127a76c commit 4ce7ef6Copy full SHA for 4ce7ef6
library.properties
@@ -1,5 +1,5 @@
1
name=OXRS-SHA-Rack32-ESP32-LIB
2
-version=2.8.0
+version=2.9.0
3
author=SuperHouse Automation Pty Ltd
4
maintainer=Ben Jones <ben.jones@gmail.com>
5
sentence=ESP32 Rack32 library for Open eXtensible Rack System firmware
src/OXRS_Rack32.h
@@ -9,6 +9,9 @@
9
#include <OXRS_API.h> // For REST API
10
#include <OXRS_LCD.h> // For LCD runtime displays
11
12
+// LCD screen
13
+#define OXRS_LCD_ENABLE
14
+
15
// WifiManager
16
#define WM_CONFIG_PORTAL_TIMEOUT_S 300
17
0 commit comments