-
Notifications
You must be signed in to change notification settings - Fork 80
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
RFM69 radio link integration #87
base: development
Are you sure you want to change the base?
Conversation
It looks like you're exclusively using TAB characters for indentation. We've been using the convention of indenting by 2 spaces, with TAB's representing 8 spaces. This difference makes it hard to see what you have actually changed. Also it looks like you could easily rebase your last commit onto our development branch without needing to add any unnecessary merges into our commit history. |
Hello,
For the future I would do "git pull --rebase" to avoid the problem in the future. Would this help? |
git pull --rebase Just create new commits until you think the current version is right, then On Tue, Oct 7, 2014 at 5:43 PM, muebau [email protected] wrote:
|
Nothing transmitted yet. Do we miss a heartbeat?
- ensure size_t is defined when compiling xprintf.h - declare overlay_route_record as a union field in overlay_route_record to avoid alignment issues - set the result of fwrite and fputs - support slightly older git version
It could made an improvement to avoid collitions. Unfortunately the radios start to transmit all after the where interupted be a transmitting node.
62ce14f
to
463e276
Compare
No description provided.