mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-28 01:29:07 +03:00
use pio native to build standalone
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifdef EMSESP_STANDALONE
|
||||
|
||||
#include "emsuart_standalone.h"
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
@@ -86,3 +88,5 @@ char * EMSuart::hextoa(char * result, const uint8_t value) {
|
||||
} // namespace emsesp
|
||||
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user