mirror of
https://github.com/MeshEnvy/lobbs.git
synced 2026-03-28 16:22:33 +01:00
feat: add LoBBS header file and update LoBBSModule with module registration
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
#include <cctype>
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
#include "ModuleRegistry.h"
|
||||
|
||||
// Static helper: case-insensitive substring search
|
||||
static const char *stristr(const char *haystack, const char *needle)
|
||||
@@ -690,5 +689,3 @@ void LoBBSModule::sendReply(NodeNum to, const std::string &msg)
|
||||
reply->decoded.want_response = false;
|
||||
service->sendToMesh(reply);
|
||||
}
|
||||
|
||||
MESHTASTIC_REGISTER_MODULE(LoBBSModule);
|
||||
|
||||
Reference in New Issue
Block a user