From dc6d0022e8ff94fbe33e161a57c38658d5992cdf Mon Sep 17 00:00:00 2001 From: Allard PE1NWL Date: Wed, 23 May 2018 22:40:35 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39012d0..0c6f914 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ See the [operating and modification instructions](https://github.com/amunters/bi **Note 1:** Since v1.20 it is no longer required to download and install the SI5351 library. Minimalist routines to drive the SI5351 are now embedded in the sketch. -**Note 2:** Since v1.27 the library [PinChangeInterrupt](https://playground.arduino.cc/Main/PinChangeInterrupt) is required for interrupt handling. Use your IDE to install it before compiling this sketch! +**Note 2:** Since v1.27 the library [PinChangeInterrupt](https://playground.arduino.cc/Main/PinChangeInterrupt) is required for interrupt handling. Use your IDE to [install](https://github.com/amunters/bitx40/blob/master/library-install.md) it before compiling this sketch! ## Donate @@ -51,7 +51,7 @@ I develop and maintain ham radio software as a hobby and distribute it for free. - fixed a bug that the display got messed up when the VFO is above 10 MHz 1.27 -- Improved the suppression of the spurious carrier when switching from RX to TX. This function requires the library [PinChangeInterrupt](https://playground.arduino.cc/Main/PinChangeInterrupt) for interrupt handling. Use your IDE to install it before compiling this sketch! +- Improved the suppression of the spurious carrier when switching from RX to TX. This function requires the library [PinChangeInterrupt](https://playground.arduino.cc/Main/PinChangeInterrupt) for interrupt handling. Use your IDE to [install](https://github.com/amunters/bitx40/blob/master/library-install.md) it before compiling this sketch! v1.26 - Rearranged the menu structure, skip menu items that aren't available when related mods are not installed