Skip to content

Commit 4ce7ef6

Browse files
authored
add new OXRS_LCD_ENABLE flag to simplify firmware code (#68)
1 parent 127a76c commit 4ce7ef6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=OXRS-SHA-Rack32-ESP32-LIB
2-
version=2.8.0
2+
version=2.9.0
33
author=SuperHouse Automation Pty Ltd
44
maintainer=Ben Jones <ben.jones@gmail.com>
55
sentence=ESP32 Rack32 library for Open eXtensible Rack System firmware

src/OXRS_Rack32.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
#include <OXRS_API.h> // For REST API
1010
#include <OXRS_LCD.h> // For LCD runtime displays
1111

12+
// LCD screen
13+
#define OXRS_LCD_ENABLE
14+
1215
// WifiManager
1316
#define WM_CONFIG_PORTAL_TIMEOUT_S 300
1417

0 commit comments

Comments
 (0)