mirror of
https://github.com/MeshEnvy/lobbs.git
synced 2026-03-28 16:22:33 +01:00
src reorg
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "lobbs.pb.h"
|
||||
#include "../lodb/LoDB.h"
|
||||
#include "../../lodb/src/LoDB.h"
|
||||
#include <stdint.h>
|
||||
#include <vector>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
#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)
|
||||
@@ -689,3 +690,5 @@ 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