From 1c168d7d625cbb996454b78f6f31b402d7a2e325 Mon Sep 17 00:00:00 2001 From: Richard McDougall Date: Tue, 4 Oct 2022 10:52:23 -0700 Subject: [PATCH 1/3] Switch to 5.4.0 using latest fix (170ce9) to error check after calibration --- platformio.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index c97a56dcf..39060303d 100644 --- a/platformio.ini +++ b/platformio.ini @@ -62,7 +62,8 @@ framework = arduino lib_deps = ${env.lib_deps} ; Portduino is using meshtastic fork for now - jgromes/RadioLib@5.3.0 + ;jgromes/RadioLib@5.3.0 + https://github.com/jgromes/RadioLib.git#170ce9752bf7ccf78713d60fb1a0b93f9ba3e3d2 build_flags = ${env.build_flags} -Os # -DRADIOLIB_GODMODE From b3a484f1e5bc9c49a9d89e6f2478062af80138d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Wed, 5 Oct 2022 09:01:39 +0200 Subject: [PATCH 2/3] update to Radiolib 5.4.1 --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 39060303d..17fa270b7 100644 --- a/platformio.ini +++ b/platformio.ini @@ -62,10 +62,10 @@ framework = arduino lib_deps = ${env.lib_deps} ; Portduino is using meshtastic fork for now - ;jgromes/RadioLib@5.3.0 - https://github.com/jgromes/RadioLib.git#170ce9752bf7ccf78713d60fb1a0b93f9ba3e3d2 + jgromes/RadioLib@5.4.1 build_flags = ${env.build_flags} -Os + -DRADIOLIB_SPI_PARANOID=0 # -DRADIOLIB_GODMODE build_src_filter = ${env.build_src_filter} - From b240b9a088244aac090a7ff31b5f85a859c795a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Wed, 5 Oct 2022 09:02:46 +0200 Subject: [PATCH 3/3] Use the global radiolib... --- arch/stm32/stm32wl5e.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/stm32/stm32wl5e.ini b/arch/stm32/stm32wl5e.ini index 593914d33..fc3f42ba7 100644 --- a/arch/stm32/stm32wl5e.ini +++ b/arch/stm32/stm32wl5e.ini @@ -13,7 +13,6 @@ build_src_filter = ${arduino_base.build_src_filter} - - - - - - - - - - - - - lib_deps = ${env.lib_deps} - jgromes/RadioLib@5.3.0 https://github.com/kokke/tiny-AES-c.git#f06ac37fc31dfdaca2e0d9bec83f90d5663c319b lib_ignore = mathertel/OneButton@^2.0.3