Extracts networking.

This commit is contained in:
Simon Weidacher
2021-12-26 14:00:29 +01:00
parent ebb6ec68c2
commit b110a28d20
4 changed files with 28 additions and 14 deletions

View File

@@ -0,0 +1,9 @@
#ifndef _NETWORKING_HPP
#define _NETWORKING_HPP
class Networking {
public:
void connectWifi();
};
#endif