Skip to content

Commit 5b543ff

Browse files
committed
Add RC binary for July22
1 parent 5ce67bc commit 5b543ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Binary file not shown.

Firmware/RTK_Surveyor/RTK_Surveyor.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const TickType_t fatSemaphore_longWait_ms = 200 / portTICK_PERIOD_MS;
119119
//Connection settings to NTRIP Caster
120120
//=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
121121

122-
//#define COMPILE_WIFI 1 //Comment out to remove all WiFi functionality
122+
#define COMPILE_WIFI 1 //Comment out to remove all WiFi functionality
123123

124124
#ifdef COMPILE_WIFI
125125
#include <WiFi.h>
@@ -190,7 +190,7 @@ float battChangeRate = 0.0;
190190
//=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
191191
//We use a local copy of the BluetoothSerial library so that we can increase the RX buffer. See issue: https://github.com/sparkfun/SparkFun_RTK_Surveyor/issues/18
192192

193-
//#define COMPILE_BT 1 //Comment out to disable all Bluetooth
193+
#define COMPILE_BT 1 //Comment out to disable all Bluetooth
194194

195195
#ifdef COMPILE_BT
196196
#include "src/BluetoothSerial/BluetoothSerial.h"

0 commit comments

Comments
 (0)