mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
Add basic wifi support
This commit is contained in:
16
components/rpc/include/CommunicationRouter.h
Normal file
16
components/rpc/include/CommunicationRouter.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// Created by Johnathon Slightham on 2025-05-25.
|
||||
//
|
||||
|
||||
#ifndef COMMUNICATIONROUTER_H
|
||||
#define COMMUNICATIONROUTER_H
|
||||
|
||||
|
||||
|
||||
class CommunicationRouter {
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif //COMMUNICATIONROUTER_H
|
||||
Reference in New Issue
Block a user