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