mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-15 01:22:04 +00:00
fix missing include
This commit is contained in:
parent
a922e06bd2
commit
1b4a8e647f
@ -1,5 +1,6 @@
|
||||
#include <Arduino.h>
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
#define BoolToString(x) ((x) ? "true" : "false")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user