From 8195ba72af542ed713f1a32309367f7b7af898b7 Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Sun, 24 Mar 2024 11:35:48 -0700 Subject: [PATCH 1/2] add nrf targets --- docs/configuration/radio/power.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/configuration/radio/power.mdx b/docs/configuration/radio/power.mdx index 2e2303b5..f25ad41a 100644 --- a/docs/configuration/radio/power.mdx +++ b/docs/configuration/radio/power.mdx @@ -93,7 +93,7 @@ Should be set to floating point value between 2 and 6 | Device | Default ADC Multiplier | | :-------: | :--------------------: | - | hatter2 | 5.0 | + | chatter2 | 5.0 | | diy | 1.85 | | esp32-s3-pico | 3.1 | | heltec_v1 & heltec_v2 | 3.2 | @@ -103,7 +103,9 @@ Should be set to floating point value between 2 and 6 | lora_isp4520 | 1.436 | | m5stack_coreink | 5 | | nano-g1-explorer | 2 | + | nano-g2-ultra | 2 | | picomputer-s3 | 3.1 | + | rak4631 | 1.73 | | rpipico | 3.1 | | rpipicow | 3.1 | | station-g1 | 6.45 | @@ -112,7 +114,7 @@ Should be set to floating point value between 2 and 6 | tlora_v2_1_18 | 2.11 | | tlora_t3s3_v1 | 2.11 | | t-deck | 2.11 | - | trackerd | 2 | + | t-echo | 2 | From cf54fd983a1dfec5af15d1a5b3ceb0fe9d3882b5 Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Sun, 24 Mar 2024 11:45:27 -0700 Subject: [PATCH 2/2] both trackers are the same --- docs/configuration/radio/power.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/radio/power.mdx b/docs/configuration/radio/power.mdx index f25ad41a..7621cfd9 100644 --- a/docs/configuration/radio/power.mdx +++ b/docs/configuration/radio/power.mdx @@ -99,7 +99,7 @@ Should be set to floating point value between 2 and 6 | heltec_v1 & heltec_v2 | 3.2 | | heltec_v3 & heltec_wsl_v3 | 4.9 | | heltec_wireless_paper | 2 | - | heltec_wireless_tracker | 4.9 | + | heltec_wireless_tracker 1.0/1.1 | 4.9 | | lora_isp4520 | 1.436 | | m5stack_coreink | 5 | | nano-g1-explorer | 2 |