|
|
@ -13,6 +13,8 @@ |
|
|
|
// You should have received a copy of the GNU General Public License
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
|
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "Config.h" |
|
|
|
|
|
|
|
|
|
|
|
#if HAS_EEPROM |
|
|
|
#if HAS_EEPROM |
|
|
|
#include <EEPROM.h> |
|
|
|
#include <EEPROM.h> |
|
|
|
#elif PLATFORM == PLATFORM_NRF52 |
|
|
|
#elif PLATFORM == PLATFORM_NRF52 |
|
|
@ -20,7 +22,6 @@ |
|
|
|
int written_bytes = 0; |
|
|
|
int written_bytes = 0; |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
#include <stddef.h> |
|
|
|
#include <stddef.h> |
|
|
|
#include "Config.h" |
|
|
|
|
|
|
|
#include "LoRa.h" |
|
|
|
#include "LoRa.h" |
|
|
|
#include "ROM.h" |
|
|
|
#include "ROM.h" |
|
|
|
#include "Framing.h" |
|
|
|
#include "Framing.h" |
|
|
|