From: Mark Qvist Date: Sun, 21 Jan 2024 10:55:02 +0000 (+0100) Subject: Merge branch 'master' of github.com:markqvist/RNode_Firmware X-Git-Url: https://git.tnoah.ca/?a=commitdiff_plain;h=b88e84ab2240445f702c9889316d18cdbb1e1aa3;p=lora-radio.git Merge branch 'master' of github.com:markqvist/RNode_Firmware --- b88e84ab2240445f702c9889316d18cdbb1e1aa3 diff --cc Config.h index 9ecc47d,74ba3ca..a634973 --- a/Config.h +++ b/Config.h @@@ -90,11 -98,8 +98,12 @@@ #define HAS_TCXO false #define HAS_PMU false #define HAS_NP false + #define HAS_EEPROM false + #if defined(ENABLE_TCXO) + #define HAS_TCXO true + #endif + #if MCU_VARIANT == MCU_1284P const int pin_cs = 4; const int pin_reset = 3;