From 4214a44d6b97529905bcc3828b81cc3322cfa8cc Mon Sep 17 00:00:00 2001 From: Billy Kozma Date: Tue, 2 Jul 2019 22:14:59 -0600 Subject: [PATCH] updated readme warning msg --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e854d0..36ff205 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ Possible return codes, including the corresponding defined constant name as defi | 7 | `ERROR_VALIDATION__PERCENT_LOW` | Time percentage must be >= 0.01 | | 8 | `ERROR_VALIDATION__PERCENT_HIGH` | Time percentage must be <= 0.99 | | 10 | `ERROR_HEIGHT_AND_DISTANCE` | Terminals are occupying the same point in space (they are the same height and 0 km apart) | -| 0xFF1 | `WARNING__DFRAC_TROPO_REGION` | Warning that the diffraction and troposcatter model may not be physically consistent with each other. Caution should be taken when using the results | -| 0xFF2 | `WARNING__LOW_FREQUENCY` | Warning that the entered frequency is between 100 MHz and 125 MHz. Although this is below the lower limit specified in P.528-4, the model will calculate a predicted loss as the underlying theory is not violated | +| 0xFF1 | `WARNING__DFRAC_TROPO_REGION` | Warning that the diffraction and troposcatter model may not be physically consistent with each other. Caution should be taken when using the result | +| 0xFF2 | `WARNING__LOW_FREQUENCY` | Warning that the entered frequency is less than the lower limit specified in P.528. Caution should be taken when using the result | Note: Return codes over 0xFF0 signify warnings occured in the calculation. Use bitwise OR operations to diagnosis, as more than one warning could be possible.