HotFix for ReplyBot - Modules.cpp included and moved configuration.h (#9532)

This commit is contained in:
Jason P
2026-02-04 08:56:50 -06:00
committed by GitHub
parent 538a5f0dfc
commit bfc3eebd54
3 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
#include "configuration.h"
#if !MESHTASTIC_EXCLUDE_REPLYBOT
/*
* ReplyBotModule.cpp
@@ -12,11 +13,10 @@
* entirely. See the official firmware documentation for guidance on adding modules.
*/
#include "ReplyBotModule.h"
#include "Channels.h"
#include "MeshService.h"
#include "NodeDB.h"
#include "configuration.h"
#include "ReplyBotModule.h"
#include "mesh/MeshTypes.h"
#include <Arduino.h>