Adds real GPS support to Raspberry Pi arch

This commit is contained in:
Jonathan Bennett
2023-11-28 12:39:32 -06:00
parent ce8342d3e5
commit 423b8ad603
4 changed files with 19 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
extern std::map<int, int> settingsMap;
enum { use_sx1262, cs, irq, busy, reset, dio2_as_rf_switch, use_rf95, user, gpiochip };
enum { use_sx1262, cs, irq, busy, reset, dio2_as_rf_switch, use_rf95, user, gpiochip, has_gps };
int initGPIOPin(int pinNum, std::string gpioChipname);
#endif