mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-05 08:05:18 -04:00
External toolchain and Arduino IDE compatibility
This commit is contained in:
parent
33376a71d8
commit
cec3cda7c9
2 changed files with 1 additions and 5 deletions
|
@ -1,9 +1,6 @@
|
|||
#include <Arduino.h>
|
||||
#include <SPI.h>
|
||||
#include "LoRa.h"
|
||||
#include "Config.h"
|
||||
#include "Framing.h"
|
||||
#include "Utilities.cpp"
|
||||
#include "Utilities.h"
|
||||
|
||||
void setup() {
|
||||
// Seed the PRNG
|
||||
|
|
|
@ -454,4 +454,3 @@ void unlock_rom() {
|
|||
led_indicate_error(50);
|
||||
eeprom_erase();
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue