You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Serial.printf("RTK %s has been factory reset via settings file. Freezing. Please restart and open terminal at 115200bps.\n\r", platformBluetoothPrefix);
376
+
Serial.printf("RTK %s has been factory reset via settings file. Freezing. Please restart and open terminal at 115200bps.\n\r", platformPrefix);
//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
186
187
#include"src/BluetoothSerial/BluetoothSerial.h"
187
188
BluetoothSerial SerialBT;
188
189
#include"esp_bt.h"//Core access is needed for BT stop. See customBTstop() for more info.
189
190
#include"esp_gap_bt_api.h"//Needed for setting of pin. See issue: https://github.com/sparkfun/SparkFun_RTK_Surveyor/issues/5
190
191
191
-
charplatformBluetoothPrefix[40] = "Surveyor"; //Sets the prefix for broadcast names
192
+
charplatformPrefix[40] = "Surveyor"; //Sets the prefix for broadcast names
0 commit comments