![](/media/cache/group/default_image.jpg.50x50_q85.jpg)
standalone sx1276 demo program
Fork of SX1276_GPS by
Diff: hello.cpp
- Revision:
- 34:75e4c3600d2f
- Parent:
- 33:319cbac3b6eb
--- a/hello.cpp Thu Sep 03 14:33:55 2015 +0000 +++ b/hello.cpp Thu Sep 03 14:43:30 2015 +0000 @@ -120,6 +120,7 @@ } #else + if(sscanf((char *)BufferRx, "GP,%f,%f", &r_latitude, &r_longitude ) >= 1) printf("rssi=%d \tsnr=%d \tper=%d \tmsg=%s\r\n", RssiValue, SnrValue, per, BufferRx); #endif }