Skip to content

Commit

Permalink
uppercase() Mod
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed May 10, 2024
1 parent c996527 commit 5c2f886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ void Configuration::readFile(fs::FS &fs, const char *fileName) {
Beacon bcn;

bcn.callsign = BeaconsArray[i]["callsign"].as<String>();
bcn.callsign.toUpperCase();
bcn.symbol = BeaconsArray[i]["symbol"].as<String>();
bcn.overlay = BeaconsArray[i]["overlay"].as<String>();
bcn.micE = BeaconsArray[i]["micE"].as<String>();
Expand Down

0 comments on commit 5c2f886

Please sign in to comment.