Skip to content

Conversation

@nseidle
Copy link
Member

@nseidle nseidle commented Mar 8, 2023

Changes in this release:

nseidle and others added 30 commits February 4, 2023 13:51
In file included from C:\Users\pc235\Documents\GitHub\SparkFun_RTK_Firmware\Firmware\RTK_Surveyor\RTK_Surveyor.ino:282:
C:\Users\pc235\Documents\GitHub\SparkFun_RTK_Firmware\Firmware\RTK_Surveyor\bluetoothSelect.h: In member function 'virtual void BTLESerial::onConnect(BLEServer*)':
bluetoothSelect.h:154:55: error: expression cannot be used as a function
       connectionCallback(ESP_SPP_SRV_OPEN_EVT, nullptr);
                                                       ^
C:\Users\pc235\Documents\GitHub\SparkFun_RTK_Firmware\Firmware\RTK_Surveyor\bluetoothSelect.h: In member function 'virtual void BTLESerial::onDisconnect(BLEServer*)':
bluetoothSelect.h:160:52: error: expression cannot be used as a function
       connectionCallback(ESP_SPP_CLOSE_EVT, nullptr);
                                                    ^
C:\Users\pc235\Documents\GitHub\SparkFun_RTK_Firmware\Firmware\RTK_Surveyor\Bluetooth.ino: In function 'void bluetoothStart()':
Bluetooth:195:57: error: no matching function for call to 'BTSerialInterface::register_callback(void (&)(esp_spp_cb_event_t, esp_spp_cb_param_t*))'
     bluetoothSerial->register_callback(bluetoothCallback); //Controls BT Status LED on Surveyor
                                                         ^
In file included from C:\Users\pc235\Documents\GitHub\SparkFun_RTK_Firmware\Firmware\RTK_Surveyor\RTK_Surveyor.ino:282:
C:\Users\pc235\Documents\GitHub\SparkFun_RTK_Firmware\Firmware\RTK_Surveyor\bluetoothSelect.h:12:23: note: candidate: 'virtual esp_err_t BTSerialInterface::register_callback(void (**)(esp_spp_cb_event_t, esp_spp_cb_param_t*))'
     virtual esp_err_t register_callback(esp_spp_cb_t * callback) = 0;
                       ^~~~~~~~~~~~~~~~~
C:\Users\pc235\Documents\GitHub\SparkFun_RTK_Firmware\Firmware\RTK_Surveyor\bluetoothSelect.h:12:23: note:   no known conversion for argument 1 from 'void(esp_spp_cb_event_t, esp_spp_cb_param_t*)' to 'void (**)(esp_spp_cb_event_t, esp_spp_cb_param_t*)'
Add initial reference station support
PaulZC and others added 29 commits March 3, 2023 08:24
Use GNSS Library logging buffer to emulate UART1
@nseidle nseidle merged commit 36feded into main Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants