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 <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…
Cancel
Save