mirror of
https://github.com/meshtastic/firmware.git
synced 2025-07-31 02:45:41 +00:00
![]() Note that this commit has details hardcoded for the Wellington (NZ) mesh, and also requires the following patch to the protobufs: ----- diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 03162d8..ec54c99 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -1393,6 +1393,21 @@ message MeshPacket { * Set by the firmware internally, clients are not supposed to set this. */ uint32 tx_after = 20; + + /* + * The modem preset to use fo rthis packet + */ + uint32 modem_preset = 21; + + /* + * The frequency slot to use for this packet + */ + uint32 frequency_slot = 22; + + /* + * Whether the packet has a nonstandard radio config + */ + bool nonstandard_radio_config = 23; } /* ----- |
||
---|---|---|
.. | ||
buzz | ||
concurrency | ||
detect | ||
Fusion | ||
gps | ||
graphics | ||
input | ||
mesh | ||
modules | ||
motion | ||
mqtt | ||
nimble | ||
platform | ||
serialization | ||
airtime.cpp | ||
airtime.h | ||
AmbientLightingThread.h | ||
AudioThread.h | ||
BluetoothCommon.cpp | ||
BluetoothCommon.h | ||
BluetoothStatus.h | ||
commands.h | ||
configuration.h | ||
DebugConfiguration.cpp | ||
DebugConfiguration.h | ||
DisplayFormatters.cpp | ||
DisplayFormatters.h | ||
error.h | ||
freertosinc.h | ||
FSCommon.cpp | ||
FSCommon.h | ||
GpioLogic.cpp | ||
GpioLogic.h | ||
GPSStatus.h | ||
Led.cpp | ||
Led.h | ||
main.cpp | ||
main.h | ||
memGet.cpp | ||
memGet.h | ||
meshUtils.cpp | ||
meshUtils.h | ||
network-stubs.cpp | ||
NodeStatus.h | ||
Observer.cpp | ||
Observer.h | ||
Power.cpp | ||
power.h | ||
PowerFSM.cpp | ||
PowerFSM.h | ||
PowerFSMThread.h | ||
PowerMon.cpp | ||
PowerMon.h | ||
PowerStatus.h | ||
RedirectablePrint.cpp | ||
RedirectablePrint.h | ||
RF95Configuration.h | ||
SafeFile.cpp | ||
SafeFile.h | ||
SerialConsole.cpp | ||
SerialConsole.h | ||
shutdown.h | ||
sleep.cpp | ||
sleep.h | ||
SPILock.cpp | ||
SPILock.h | ||
Status.h | ||
target_specific.h | ||
xmodem.cpp | ||
xmodem.h |