Fix Unsupported markdown: blockquote in README.md

This commit is contained in:
Nick Richardson
2025-07-08 12:25:49 -04:00
committed by GitHub
parent 806291cecf
commit 752b216cd9
+3 -3
View File
@@ -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 -->|&lt;10%| ULP[Ultra Low Power]
P --> F1[3s scan, 2s pause<br/>20 connections<br/>Continuous advertising]
BA --> F2[2s scan, 3s pause<br/>10 connections<br/>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.*
*This document is released into the public domain under The Unlicense.*