idf_component_register(
	SRCS 
		"main.c"
		"platform.c"
        "led.c"
        "wifi.c"
        "udp_client.c"
        "udp_server.c"
        "udp_server_shell.c"
        "Shell.c"
        "esp32_mac.c"
        "rs485.c"
        "ping.c"
        "ping_shell.c"
        "timer.c"
        "sntp_time.c"
        "robot.c"
        
        INCLUDE_DIRS 
        "."
)
