mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-24 22:45:19 +00:00
Fix Unsupported markdown: blockquote in README.md
This commit is contained in:
+3
-3
@@ -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<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.*
|
||||
|
||||
Reference in New Issue
Block a user