исправления, компиляция для 32

This commit is contained in:
Dmitry Borisenko
2022-03-15 12:56:05 +01:00
parent cbe3ee7886
commit c2bb0e17f4
6 changed files with 493 additions and 642 deletions

View File

@@ -1,6 +1,8 @@
#pragma once
#include "Global.h"
#ifdef ESP8266
//эта библиотека встроена в ядро
#include "ESPAsyncUDP.h"
#else
#include "AsyncUDP.h"