Use a max of 5 for the phone queues

This commit is contained in:
Eric Severance 2025-01-08 09:03:15 -08:00
parent 0aeb1e8d8c
commit e2afd5f2ba
No known key found for this signature in database
GPG Key ID: F19AABB5E1EA1B5F

View File

@ -77,6 +77,8 @@ int portduino_main(int argc, char **argv); // Renamed "main" function from Mesht
// Start Meshtastic in a thread and wait till it has reached the ON state.
int LLVMFuzzerInitialize(int *argc, char ***argv)
{
settingsMap[maxtophone] = 5;
std::thread t([program = *argv[0]]() {
char nodeIdStr[12];
strcpy(nodeIdStr, std::to_string(nodeId).c_str());