1
0
This repository has been archived on 2025-11-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
contaminus/hardware/include/WifiConnection.hpp
2025-05-11 10:09:41 +02:00

6 lines
80 B
C++

#pragma once
#include <WiFi.h>
#include <PubSubClient.h>
int setupWifi();