-
Notifications
You must be signed in to change notification settings - Fork 106
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
Prep for next release #378
Merged
Conversation
This file contains 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
dev version bump
* Added evented messages to emulator. Removed fine_odometer_since_restart. Fixes #358 * Added comment pertaining to evented signals frequency * Update CHANGELOG.mkd
…rrect bytes from MAC for device_adv_name
…7DF with random between 7EF and 7E8, and will respond to 7E0 through 7E7 with an id that is 8 greater (7E0 -> 7E8). Other requests will return false
Emulator diagnostic response
* update submodules for multi-frame support * update to latest multi-frame libs. * grab the correct isotp-c commit * reset timer each time individual frames come back as part of a multi-frame response. this way we do not timeout before all the frames come in. * update changelog for multi-frame response feature. * update lib commits due to squash. * update again to correct uds-c commit.
Build modifiers (emulator, obd2, etc) are now indicated in the versio…
Added scripts to make it easier to flash C5 devices.
Ble fixes
Conflicts: src/config.cpp src/config.h src/libs/openxc-message-format
Added command to retrieve the device's platform
…374) * increase the payload size for JSON in order to fit all possible 255 bytes of diagnostic payload responses. * update the max diagnostic payload size and outgoing json size to fit in full size multi-frame diagnostic responses. still need to update subcommits. * update submodules with reduce diag payload size. * increase signal name size to fill out larger buffer. need to fill the buffer in order to get bytes out over USB.
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.
Emulator supports evented messages & diagnostic responses
Fix for several BLE issues
New device platform command
Multi frame responses