name match to directory for arduino
This commit is contained in:
parent
3aa6c89e84
commit
60bf5d84d6
|
@ -1,6 +1,6 @@
|
||||||
#include <SPI.h>
|
#include <SPI.h>
|
||||||
#include <LoRa.h>
|
#include <LoRa.h>
|
||||||
#include <TinyGPS++.h>
|
#include <TinyGPS.h>
|
||||||
#include <SoftwareSerial.h>
|
#include <SoftwareSerial.h>
|
||||||
|
|
||||||
#include "pb_common.h"
|
#include "pb_common.h"
|
||||||
|
@ -16,7 +16,7 @@ float lng = 0;
|
||||||
|
|
||||||
TinyGPSPlus gps;
|
TinyGPSPlus gps;
|
||||||
|
|
||||||
SoftwareSerial ss(6, 7);
|
SoftwareSerial ss(5, 6);
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
Serial.begin(9600);
|
Serial.begin(9600);
|
Loading…
Reference in New Issue
Block a user