mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-03 02:03:46 +00:00
Portduino attempt 3: glue
This commit is contained in:
parent
7d0d623392
commit
4a4d0cfeb1
@ -7,6 +7,9 @@
|
||||
#include "ScanAndSelect.h"
|
||||
#include "modules/CannedMessageModule.h"
|
||||
#include <Throttle.h>
|
||||
#ifdef ARCH_PORTDUINO // Only to check for pin conflict with user button
|
||||
#include "platform/portduino/PortduinoGlue.h"
|
||||
#endif
|
||||
|
||||
// Config
|
||||
static const char name[] = "scanAndSelect"; // should match "allow input source" string
|
||||
|
Loading…
Reference in New Issue
Block a user