External toolchain and Arduino IDE compatibility

master
Mark Qvist 6 years ago
parent 33376a71d8
commit cec3cda7c9
  1. 5
      RNode_Firmware.ino
  2. 1
      Utilities.h

@ -1,9 +1,6 @@
#include <Arduino.h> #include <Arduino.h>
#include <SPI.h> #include <SPI.h>
#include "LoRa.h" #include "Utilities.h"
#include "Config.h"
#include "Framing.h"
#include "Utilities.cpp"
void setup() { void setup() {
// Seed the PRNG // Seed the PRNG

@ -454,4 +454,3 @@ void unlock_rom() {
led_indicate_error(50); led_indicate_error(50);
eeprom_erase(); eeprom_erase();
} }
Loading…
Cancel
Save