Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/RequestWt


Ignore:
Timestamp:
03/04/20 15:05:37 (5 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/RequestWt

    v3 v4  
    1616== Remarks ==
    1717
    18 *** Deprecated *** applications should use !RepeatMulti with a single weight receive function, such as !MultiRcv, and a state variable to handle new weight received. !RequestWt previously was used in apps in a tight loop to look for some change in weight. This often can cause bad behavior.
     18*** Deprecated *** applications should use !RepeatMulti with a single weight receive function, such as !MultiRcv. A state variable may be used handle new weight received conditionally. !RequestWt previously was used in apps in a tight loop to look for some change in weight. This often can cause bad behavior, such as making the app appear to be locked up.
    1919
    2020