From 51615e56f919f4749e9ee777f907f4412564fa1c Mon Sep 17 00:00:00 2001 From: Terry Moore Date: Tue, 6 Feb 2018 23:40:46 -0500 Subject: [PATCH] Fix #22 -- no longer any refs to MAX_TXPOW_125kHz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dd97413..9653a0eb 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ the following changes: If the library is configured for US915 operation, we make the following changes: - Add the APIs `LMIC_enableChannel()`, `LMIC_enableSubBand()`, `LMIC_disableSubBand()`, and `LMIC_selectSubBand()`. -- Add the constants `MAX_XCHANNELS` and `MAX_TXPOW_125kHz`. +- Add the constants `MAX_XCHANNELS`. - Add a number of additional `DR_...` symbols. ### Selecting the target radio transceiver