aboutsummaryrefslogtreecommitdiff
path: root/src/helpers/TxtDataHelpers.cpp
AgeCommit message (Collapse)Author
2025-11-14Refactor float conversion in CommonCLI to use strtof for improved precision ↵zach
and add ftoa3 function for formatting floats with three decimal places in TxtDataHelpers to fix display issue in app and repeater config ui in web REPO: 1. Flash a repeater 2. Connect over lora 3. Set bw to 42.7 KHZ It will revert back due to converting a double to a float. REPO2: 1.Flash Repeater 2. Apply float fix 3. Set to say 20.8 4. try to get value via app or web cli repeater config It wil show blank because it doesnt return a good value. It would be something like 20.7999992 which the app and web apps dont like so the ftoa3 rounds it and returns a 3 decimal point float
2025-11-09* added StrHelper::fromHex()Scott Powell
2025-11-07* repeater: various "region" CLI changesScott Powell
* transport codes 0000 and FFFF reserved
2025-02-27* CommonCLI: "get " commandsScott Powell
2025-02-22* new StrHelper::strzcpy()Scott Powell
2025-02-22* strncpy() refactor/fixScott Powell