Fix: prompt markdownlint md040 fix for new prompts. (#10199)
* Add ESP32 Power Management lessons learned document Documents our experimentation with ESP-IDF DFS and why it doesn't work well for Meshtastic (RTOS locks, BLE locks, USB issues). Proposes simpler alternative: manual setCpuFrequencyMhz() control with explicit triggers for when to go fast vs slow. * docs(prompts): fix markdown fence language tags * docs: remove ESP32 power management notes
This commit is contained in:
committed by
Ben Meadors
co-authored by
Ben Meadors
parent
5f836cdf3b
commit
d7ba178bf1
@@ -118,7 +118,7 @@ CallbackObserver<MyModule, const meshtastic::Status *> statusObserver =
|
|||||||
|
|
||||||
Add test suite in `test/test_mymodule/`:
|
Add test suite in `test/test_mymodule/`:
|
||||||
|
|
||||||
```
|
```text
|
||||||
test/
|
test/
|
||||||
└── test_mymodule/
|
└── test_mymodule/
|
||||||
└── test_main.cpp
|
└── test_main.cpp
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ Guide for adding a new Meshtastic hardware variant to the firmware.
|
|||||||
|
|
||||||
Create under `variants/<arch>/<name>/`:
|
Create under `variants/<arch>/<name>/`:
|
||||||
|
|
||||||
```
|
```text
|
||||||
variants/
|
variants/
|
||||||
├── esp32/ # ESP32
|
├── esp32/ # ESP32
|
||||||
├── esp32s3/ # ESP32-S3
|
├── esp32s3/ # ESP32-S3
|
||||||
|
|||||||
Reference in New Issue
Block a user