Fix NetBIOS on ESP32 using sync lib

update Version to 2.1
This commit is contained in:
Luc
2019-03-27 08:51:53 +01:00
parent 8a20fca363
commit 73ddd14519
7 changed files with 400 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
*/
//version and sources location
#define FW_VERSION "2.0.0.c26"
#define FW_VERSION "2.1.0.c26"
#define REPOSITORY "https://github.com/luc-github/ESP3D"
//Customize ESP3D ////////////////////////////////////////////////////////////////////////

View File

@@ -51,7 +51,7 @@ const byte DNS_PORT = 53;
#ifdef ARDUINO_ARCH_ESP8266
#include <ESP8266NetBIOS.h>
#else
#include <NetBIOS.h>
#include <ESP32NetBIOS.h>
#endif
#endif
#ifdef ARDUINO_ARCH_ESP8266