mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
use pio native to build standalone
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
|
||||
#ifdef EMSESP_STANDALONE
|
||||
|
||||
#include <Arduino.h>
|
||||
#include "WString.h"
|
||||
|
||||
@@ -66,3 +68,5 @@ size_t strlcat(char * dst, const char * src, size_t siz) {
|
||||
|
||||
return (dlen + (s - src)); /* count does not include NUL */
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user