Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Lora_SX1272_Coragem-dev-shared Lora_SX1272_serial
Diff: SX1272.h
- Revision:
- 3:82630593359c
- Parent:
- 2:a5a72d30cb18
--- a/SX1272.h Tue Feb 06 09:58:17 2018 +0000 +++ b/SX1272.h Fri Aug 30 19:00:41 2019 +0000 @@ -348,7 +348,7 @@ const uint8_t OFFSET_RSSI = 139; const uint8_t NOISE_FIGURE = 6.0; const uint8_t NOISE_ABSOLUTE_ZERO = 174.0; -const uint16_t MAX_TIMEOUT = 10000; //10000 msec = 10.0 sec +const uint16_t MAX_TIMEOUT = 1500; //10000 msec = 10.0 sec const uint16_t MAX_WAIT = 12000; //12000 msec = 12.0 sec const uint8_t MAX_RETRIES = 5; const uint8_t CORRECT_PACKET = 0;