mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-31 07:01:03 +00:00
TFT branch - minor cherry picks (#5676)
* fix missing include * fix request, add handled --------- Co-authored-by: mverch67 <manuel.verch@gmx.de>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include <Arduino.h>
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
#define BoolToString(x) ((x) ? "true" : "false")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user