use en only in debug

This commit is contained in:
Proddy
2023-02-21 12:49:57 +01:00
parent 8c89fdec95
commit 993724d945
7 changed files with 929 additions and 928 deletions

View File

@@ -18,8 +18,10 @@
#include "system.h"
#include "emsesp.h" // for send_raw_telegram() command
#include "esp_ota_ops.h"
#ifndef EMSESP_STANDALONE
#include "esp_ota_ops.h"
#endif
#include <semver200.h>