Skip to content

Commit

Permalink
Update GPS-NTP-server.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blakadder authored Nov 19, 2021
1 parent ba48520 commit b94d5b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/GPS-NTP-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

To use it you must [compile your build](Compile-your-build). Add the following to `user_config_override.h`:
```
#ifndef USE_AHT1x
#define USE_AHT1x // [I2cDriver43] Enable AHT10/15 humidity and temperature sensor (I2C address 0x38) (+0k8 code)
#endif
#ifndef USE_GPS
#define USE_GPS // Add support for GPS and NTP Server for becoming Stratus 1 Time Source (+3k1 code, +132 bytes RAM)
#define USE_FLOG // Add support for GPS logging in OTA's Flash (Experimental) (+2k9 code, +8 bytes RAM)#endif
```
----

Expand Down

0 comments on commit b94d5b2

Please sign in to comment.