remove a comment
This commit is contained in:
parent
c2d852a5e6
commit
b2b20cf198
|
@ -166,12 +166,7 @@ void setup()
|
||||||
Serial.begin(9600);
|
Serial.begin(9600);
|
||||||
ss.begin(4800);
|
ss.begin(4800);
|
||||||
while (! Serial);
|
while (! Serial);
|
||||||
|
|
||||||
/****************************************************
|
|
||||||
* Configure USART
|
|
||||||
* - onboard serial to usb
|
|
||||||
* - software serial connected to GPS module
|
|
||||||
***************************************************/
|
|
||||||
pinMode(LED_BUILTIN, OUTPUT);
|
pinMode(LED_BUILTIN, OUTPUT);
|
||||||
|
|
||||||
push_vert(44.55818, -123.28341);
|
push_vert(44.55818, -123.28341);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user