mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-14 14:52:32 +00:00
[Add] LR1110, LR1120 and LR1121 to linux native Portduino (#5496)
* Update main.cpp * Update PortduinoGlue.h * Update PortduinoGlue.cpp * Update PortduinoGlue.cpp * Update PortduinoGlue.cpp * Update main.cpp
This commit is contained in:
committed by
GitHub
parent
10e10450cf
commit
e4f53677fc
@@ -16,6 +16,9 @@ enum configNames {
|
||||
ch341Quirk,
|
||||
use_rf95,
|
||||
use_sx1280,
|
||||
use_lr1110,
|
||||
use_lr1120,
|
||||
use_lr1121,
|
||||
use_sx1268,
|
||||
user,
|
||||
gpiochip,
|
||||
@@ -67,4 +70,4 @@ extern std::map<configNames, std::string> settingsStrings;
|
||||
extern std::ofstream traceFile;
|
||||
int initGPIOPin(int pinNum, std::string gpioChipname);
|
||||
bool loadConfig(const char *configPath);
|
||||
static bool ends_with(std::string_view str, std::string_view suffix);
|
||||
static bool ends_with(std::string_view str, std::string_view suffix);
|
||||
|
||||
Reference in New Issue
Block a user