Logo
Explore Help
Register Sign In
rbxii3/firmware
1
0
Fork 0
You've already forked firmware
mirror of https://github.com/meshtastic/firmware.git synced 2025-12-21 18:22:32 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
feafd2bc0c94a6e85077543c20a5a626e1e7eea6
firmware/src/RF95Configuration.h

7 lines
281 B
C
Raw Normal View History

Initial configuration.h -> variants refactor (#1104) * Initial configuration to variants refactor
2022-01-18 18:35:42 -06:00
// TODO refactor this out with better radio configuration system
#ifdef USE_RF95
#define RF95_RESET LORA_RESET
#define RF95_IRQ LORA_DIO0 // on SX1262 version this is a no connect DIO0
Use LORA_DIO1 as RadioLib GPIO for SX127x chips (#2290) * When channel is active, first try receiving that packet Afterwards we'll try transmitting again * Remove setStandby in startSend Already done in isChannelActive() * Set LORA_DIO1 as RadioLib GPIO for SX127x * LORA_DIO1 for Heltec v1, overlaps with GPS_TX Set to RADIOLIB_NC for now * If receive was not successful, startReceive doesn't trigger the interrupt So we have to go back to transmitting anyway --------- Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2023-02-20 14:40:44 +01:00
#define RF95_DIO1 LORA_DIO1 // Note: not really used for RF95, but used for pure SX127x
Remove unused define (#4620) Neither RF95_DIO2 nor LORA_DIO2 are found anywhere in the code.
2024-09-03 09:08:02 +08:00
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 1404ms Template: 0ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API