mirror of
https://github.com/1technophile/OpenMQTTGateway.git
synced 2026-03-07 07:47:13 +01:00
[DISPLAY] Removed obsolete pubOled stub and calls (#2039)
This commit is contained in:
@@ -773,7 +773,6 @@ Adafruit_NeoPixel leds3(ANEOPIX_IND_NUM_LEDS, ANEOPIX_IND_DATA_GPIO3, ANEOPIX_IN
|
||||
|
||||
/*-----------PLACEHOLDERS FOR OLED/LCD DISPLAY--------------*/
|
||||
// The real definitions are in config_M5.h / config_SSD1306.h
|
||||
#define pubOled(...) // display the published message onto the OLED display
|
||||
#define displayPrint(...) // only print if not in low power mode
|
||||
#define lpDisplayPrint(...) // print in low power mode
|
||||
|
||||
|
||||
@@ -311,7 +311,6 @@ void rtl_433_Callback(char* message) {
|
||||
RFrtl_433_ESPdata["origin"] = (char*)topic.c_str();
|
||||
enqueueJsonObject(RFrtl_433_ESPdata);
|
||||
storeSignalValue(MQTTvalue);
|
||||
pubOled((char*)topic.c_str(), RFrtl_433_ESPdata);
|
||||
}
|
||||
# ifdef MEMORY_DEBUG
|
||||
Log.trace(F("Post rtl_433_Callback: %d" CR), ESP.getFreeHeap());
|
||||
|
||||
@@ -2820,7 +2820,6 @@ String stateMeasures() {
|
||||
|
||||
SYSdata["origin"] = subjectSYStoMQTT;
|
||||
enqueueJsonObject(SYSdata);
|
||||
pubOled(subjectSYStoMQTT, SYSdata);
|
||||
|
||||
char jsonChar[100];
|
||||
serializeJson(modules, jsonChar, 99);
|
||||
|
||||
Reference in New Issue
Block a user