Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
goodcheney committed May 3, 2018
2 parents b91f2c7 + f19e89c commit 6225dc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <TinyGPS.h>

TinyGPS gps;
SoftwareSerial ss(3, 4); // Arduino RX, TX ,
SoftwareSerial ss(3, 4); // Arduino TX, RX ,

static void smartdelay(unsigned long ms);
static void print_float(float val, float invalid, int len, int prec);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void setup()
rf95.setSpreadingFactor(SF);
rf95.setSignalBandwidth(SBW);
rf95.setCodingRate4(Denominator);
show_config();
// show_config(); //LG01 configure be shown
writeVersion();
Console.print(F("Sketch Version:"));
Console.println(Sketch_Ver);
Expand Down

0 comments on commit 6225dc3

Please sign in to comment.