mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-22 09:31:10 +00:00
Merge branch 'master' into esp-idf5
This commit is contained in:
commit
bfef356c9b
@ -347,7 +347,7 @@ bool Channels::anyMqttEnabled()
|
|||||||
{
|
{
|
||||||
#if USERPREFS_EVENT_MODE
|
#if USERPREFS_EVENT_MODE
|
||||||
// Don't publish messages on the public MQTT broker if we are in event mode
|
// Don't publish messages on the public MQTT broker if we are in event mode
|
||||||
if (mqtt && mqtt.isUsingDefaultServer()) {
|
if (mqtt && mqtt->isUsingDefaultServer()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -75,6 +75,8 @@
|
|||||||
#define HW_VENDOR meshtastic_HardwareModel_PRIVATE_HW
|
#define HW_VENDOR meshtastic_HardwareModel_PRIVATE_HW
|
||||||
#elif defined(HELTEC_T114)
|
#elif defined(HELTEC_T114)
|
||||||
#define HW_VENDOR meshtastic_HardwareModel_HELTEC_MESH_NODE_T114
|
#define HW_VENDOR meshtastic_HardwareModel_HELTEC_MESH_NODE_T114
|
||||||
|
#elif defined(MESHLINK)
|
||||||
|
#define HW_VENDOR meshtastic_HardwareModel_MESHLINK
|
||||||
#elif defined(SEEED_XIAO_NRF52840_KIT)
|
#elif defined(SEEED_XIAO_NRF52840_KIT)
|
||||||
#define HW_VENDOR meshtastic_HardwareModel_XIAO_NRF52_KIT
|
#define HW_VENDOR meshtastic_HardwareModel_XIAO_NRF52_KIT
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user