add power to RadioData

This commit is contained in:
Martin Brodbeck 2023-11-29 19:55:17 +01:00
parent 566983283a
commit 64cf89b185
2 changed files with 5 additions and 8 deletions

View file

@ -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);