feat: wifiscan

This commit is contained in:
2025-09-12 22:08:47 +02:00
parent 5bf2283063
commit fe3943b48a
10 changed files with 502 additions and 2 deletions

View File

@@ -4,9 +4,11 @@
#include <functional>
#include <string>
#include <map>
#include "NodeContext.h"
#include <ArduinoJson.h>
// Forward declaration
class NodeContext;
// Define our own callback type to avoid conflict with TaskScheduler
using TaskFunction = std::function<void()>;