11 lines
No EOL
286 B
C++
11 lines
No EOL
286 B
C++
#pragma once
|
|
|
|
#include <lvgl.h>
|
|
#include <string>
|
|
|
|
const char * const tabName_irReceiver = "IR Receiver";
|
|
void register_gui_irReceiver(void);
|
|
|
|
// used by commandHandler to show WiFi status
|
|
void showNewIRmessage(std::string);
|
|
void showMQTTmessage(std::string topic, std::string payload); |