From af836c9f5e10eb3727e31c36df20c26379ed9208 Mon Sep 17 00:00:00 2001 From: Alistair Jordan Date: Tue, 5 Dec 2023 00:28:22 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 963f837f67..1058733da3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ As ever, re-inventing the wheel has it's own pros and cons. This section aims to ### Disadvantages * Linux based - Yeah, it's not a RTOS. Looking at the drift of WSPR.. eh, famous last words but should be fine. -* Ease of development - It vastly changes the paradigm compared to Arduino based solutions +* Ease of development - It vastly changes the paradigm compared to Arduino based solutions. Also, "just a unix socket" is quite oversimplified, for example Lorawan NWK (Encryption key) currently needs to set using ioctl system calls. * Ease of build - WEIGHT!!!!!! - I will work on this one. * Complexity - While fine once you get used to it... there is a lot going on here.