mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
- Replace vTaskDelay(1) with YIELD_TASK() macro for platform compatibility (FreeRTOS: vTaskDelay, others: delay) - Make getCodingRate() and getFreqMHz() non-pure virtual with defaults (default CR4/8, default freq 0.0f for unknown platforms) - Add getCodingRate() and getFreqMHz() to CustomSTM32WLxWrapper All environments now build successfully. |
||
|---|---|---|
| .. | ||
| helpers | ||
| Dispatcher.cpp | ||
| Dispatcher.h | ||
| Identity.cpp | ||
| Identity.h | ||
| Mesh.cpp | ||
| Mesh.h | ||
| MeshCore.h | ||
| Packet.cpp | ||
| Packet.h | ||
| Utils.cpp | ||
| Utils.h | ||