koenkooi / multiwii-firmware

Firmware - GitHub mirror of the official SVN multiwii project
https://github.com/multiwii/multiwii-firmware/wiki
13 stars 1 forks source link

Create minimal patch for flexbot configs to merge upstream #13

Open koenkooi opened 10 years ago

koenkooi commented 10 years ago

I think this could be limited to the defs.h section, but I'm not 100% sure.

koenkooi commented 10 years ago

Forum thread: http://www.multiwii.com/forum/viewtopic.php?f=8&t=4969

koenkooi commented 10 years ago

Branch: https://github.com/koenkooi/multiwii-firmware/tree/flexbot-nano-clean

koenkooi commented 10 years ago

I think I'm going to rename the defines in Protocol.cpp to BLUETOOTH_COM or something similar and try to merge that upstream seperately

gromain commented 10 years ago

This is good thinking I reckon!

Romain Bazile.

2014-04-25 15:06 GMT+02:00 Koen Kooi notifications@github.com:

I think I'm going to rename the defines in Protocol.cpp to BLUETOOTH_COM or something similar and try to merge that upstream seperately

— Reply to this email directly or view it on GitHubhttps://github.com/koenkooi/multiwii-firmware/issues/13#issuecomment-41390068 .

koenkooi commented 10 years ago

I also think we can avoid using serialRcValue[5] as helper var and use rcData directly, but I need to have a better look at that.