change supportedrates config setting to the actual MBit value

supportedrates is now a list instead on an array and float values
(e.g. 5.5) are permited.
This commit is contained in:
Andreas Schultz
2016-03-03 08:59:49 +01:00
parent 8dc30ae3c4
commit d68bc01d00
2 changed files with 17 additions and 4 deletions

View File

@ -106,9 +106,9 @@ application: {
numberchannels = 11;
maxtxpower = 100;
};
supportedrates = [
12, 18, 24, 36, 48, 72, 96, 108
];
supportedrates = (
6, 9, 12, 18, 24, 36, 48, 54
);
txpower = {
current = 100;
supported = [ 100 ];