From 752b216cd9f6e47b9362bd1cc15def1a8b854e91 Mon Sep 17 00:00:00 2001 From: Nick Richardson Date: Tue, 8 Jul 2025 12:25:49 -0400 Subject: [PATCH] Fix Unsupported markdown: blockquote in README.md --- WHITEPAPER.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WHITEPAPER.md b/WHITEPAPER.md index d44083a9..d472f5ec 100644 --- a/WHITEPAPER.md +++ b/WHITEPAPER.md @@ -513,10 +513,10 @@ graph TD B[Battery Monitor] --> C{Charging?} C -->|Yes| P[Performance Mode] C -->|No| L{Level?} - L -->|>60%| P + L -->|>60%| P L -->|30-60%| BA[Balanced Mode] L -->|10-30%| PS[Power Saver] - L -->|<10%| ULP[Ultra Low Power] + L -->|<10%| ULP[Ultra Low Power] P --> F1[3s scan, 2s pause
20 connections
Continuous advertising] BA --> F2[2s scan, 3s pause
10 connections
5s advertising intervals] @@ -861,4 +861,4 @@ As a public domain project, bitchat serves as both a practical tool and a refere --- -*This document is released into the public domain under The Unlicense.* \ No newline at end of file +*This document is released into the public domain under The Unlicense.*