mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
Cleanup includes
This actually gained us 10% more flash space
This commit is contained in:
@@ -2,20 +2,16 @@
|
||||
// Created by Johnathon Slightham on 2025-05-25.
|
||||
//
|
||||
|
||||
#include "mdns.h"
|
||||
|
||||
#include "ConfigManager.h"
|
||||
|
||||
#include "mDNSDiscoveryService.h"
|
||||
|
||||
#include "constants/tcp.h"
|
||||
|
||||
#include <string>
|
||||
#include <format>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
||||
// todo: clean this up (strange to be a constructor) also need to add more details, need to add to routing table
|
||||
#include "mdns.h"
|
||||
#include "ConfigManager.h"
|
||||
#include "mDNSDiscoveryService.h"
|
||||
#include "constants/tcp.h"
|
||||
|
||||
void mDNSDiscoveryService::setup() {
|
||||
mdns_init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user