add power to RadioData
This commit is contained in:
parent
566983283a
commit
64cf89b185
2 changed files with 5 additions and 8 deletions
|
@ -10,8 +10,9 @@ fn main() {
|
|||
let rd = RadioData {
|
||||
key: settings.cloudlog.key,
|
||||
radio: settings.cloudlog.identifier,
|
||||
frequency: String::from("2400170000"),
|
||||
frequency: String::from("14017000"),
|
||||
mode: String::from("CW"),
|
||||
power: String::from("5"),
|
||||
};
|
||||
|
||||
cloudlog::upload(&settings.cloudlog.url, &rd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue