mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-25 17:13:46 +02:00
13 lines
300 B
C++
13 lines
300 B
C++
#ifndef SCAN_COMMANDS_HPP
|
|
#define SCAN_COMMANDS_HPP
|
|
|
|
#include "CommandResult.hpp"
|
|
#include "DependencyRegistry.hpp"
|
|
#include "esp_log.h"
|
|
#include <wifiManager.hpp>
|
|
#include <string>
|
|
#include <nlohmann-json.hpp>
|
|
|
|
CommandResult scanNetworksCommand(std::shared_ptr<DependencyRegistry> registry);
|
|
|
|
#endif |