-
Notifications
You must be signed in to change notification settings - Fork 58
Merge v3.2 #419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Merge v3.2 #419
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 FileSdFatMMC
Add initial reference station support
…/SparkFun_RTK_Firmware into Use_GNSS_Logging_Buffer
Use GNSS Library logging buffer to emulate UART1
Fixes for #418
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes in this release: