From a930c39fb3f7ec4f3b97b16a7e60218d7f510db7 Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Wed, 25 Oct 2023 17:02:40 +0300 Subject: [PATCH] Update README regarding BoardType/ChipType removal --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 3462462..e7577e9 100644 --- a/README.md +++ b/README.md @@ -58,13 +58,7 @@ Example RadioKind implementations and ancillary information: ## LoRa board-specific support -LoRa boards use LoRa chip features differently. To suppport these variations within a radio kind implementation, BoardType and ChipType are available: - -- scroll to BoardType and ChipType. - -One can add a LoRa board (the board name includes the chip type in case the board may include a range of chip types) and the ChipType, then modify the radio kind processing to support board-specific features. The ChipType is used for generic checks, alleviating the need to add a new board type check in places where a generic check will do. BoardType checks only need to be implemented where the specificity is board-related. There are examples of each type of check here: - -- search for BoardType and ChipType. +Board-specific configuration can be handled via the chip driver specific Config struct. ## Chat