Skip to content

Commit

Permalink
4 places for usv
Browse files Browse the repository at this point in the history
  • Loading branch information
steadramon committed Aug 9, 2024
1 parent bb710a2 commit 58e6c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESPGeiger/src/GMC/GMC.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ extern Counter gcounter;
#define GMC_INTERVAL 300
#endif

const char GMC_URI[] PROGMEM = "http://www.gmcmap.com/log2.asp?AID=%s&GID=%s&CPM=%d&ACPM=%.2f&uSV=%.2f";
const char GMC_URI[] PROGMEM = "http://www.gmcmap.com/log2.asp?AID=%s&GID=%s&CPM=%d&ACPM=%.2f&uSV=%.4f";

class GMC {
public:
Expand Down

0 comments on commit 58e6c28

Please sign in to comment.