Skip to content

Commit

Permalink
Fix test build
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
  • Loading branch information
SRGDamia1 committed May 23, 2024
1 parent ada7cbc commit 9111e6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/test_build/test_build.ino
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,9 @@ void loop() {

// Test the GPS functions
#if defined(TINY_GSM_MODEM_HAS_GPS) && not defined(__AVR_ATmega32U4__)
#if !defined(TINY_GSM_MODEM_SARAR5) // not needed for this module
modem.enableGPS();
#endif
modem.getGPSraw();
float latitude = -9999;
float longitude = -9999;
Expand Down

0 comments on commit 9111e6e

Please sign in to comment.