Changes between Version 145 and Version 146 of Docs/825gen2/Dev/UpdatingLegacyApps


Ignore:
Timestamp:
11/19/25 12:19:43 (2 days ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/UpdatingLegacyApps

    v145 v146  
    7171if(file.IsOpen()) {
    7272   string str = FormatWt(GetGrossWt(1), GetInterval(1), GetDecimal(1), 5) + "\r\n";
    73    file.Send(NULL, (uint8_t*)str.c_str(), str.length());
     73   file.Write(str);
    7474}
    7575}}}