Changes between Version 184 and Version 185 of Docs/825gen2/Dev/UpdatingLegacyApps


Ignore:
Timestamp:
02/17/26 08:55:41 (7 days ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v184 v185  
    7878    {{{#!c++
    7979CCommSerial file(3);
     80file.Open();
    8081if(file.IsOpen()) {
    8182   string str = FormatWt(GetGrossWt(1), GetInterval(1), GetDecimal(1), 5) + "\r\n";