mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 17:52:35 +00:00
7 lines
160 B
C++
7 lines
160 B
C++
|
|
#include <string>
|
||
|
|
#include <vector>
|
||
|
|
|
||
|
|
// Global variables for screen function overlay
|
||
|
|
std::vector<std::string> functionSymbol;
|
||
|
|
std::string functionSymbolString;
|