Skip to content

Commit d9b56d8

Browse files
committed
Fix compile guards
1 parent fb868ce commit d9b56d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Firmware/RTK_Everywhere/Developer.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ void ntripClientPushGGA(const char * ggaString) {}
119119
void ntripClientStop(bool clientAllocated) {online.ntripClient = false;}
120120
void ntripClientUpdate() {}
121121
void ntripClientValidateTables() {}
122+
void ntripClientSettingsChanged() {}
122123
#endif // COMPILE_NTRIP_CLIENT
123124

124125
//----------------------------------------

Firmware/RTK_Everywhere/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1205,9 +1205,9 @@ struct Settings
12051205
254}; // Mark first record with key so defaults will be applied. Int value for each supported message - Report
12061206
// rates for RTCM Base. Default to Quectel recommended rates.
12071207
int lg290pMessageRatesPQTM[MAX_LG290P_PQTM_MSG] = {254}; // Mark first record with key so defaults will be applied.
1208-
char configurePPP[30] = "2 1 120 0.10 0.15"; // PQTMCFGPPP: 2,1,120,0.10,0.15 ** Use spaces, not commas! **
12091208
#endif // COMPILE_LG290P
12101209

1210+
char configurePPP[30] = "2 1 120 0.10 0.15"; // PQTMCFGPPP: 2,1,120,0.10,0.15 ** Use spaces, not commas! **
12111211
bool debugSettings = false;
12121212
bool enableNtripCaster = false; //When true, respond as a faux NTRIP Caster to incoming TCP connections
12131213
bool baseCasterOverride = false; //When true, user has put device into 'BaseCast' mode. Change settings, but don't save to NVM.

0 commit comments

Comments
 (0)