fixes #1926 - serial shell not working

This commit is contained in:
proddy
2024-08-05 10:50:51 +02:00
parent 38ae744a10
commit 66ed8a1e17
8 changed files with 19 additions and 22 deletions

View File

@@ -56,7 +56,7 @@ void ClientLoop(void * arg) {
}
}
#ifndef UNITY_INCLUDE_CONFIG_H
#ifndef EMSESP_UNITY
// we have another main that overrides this when using Unity in test_api.cpp
int main(int argc __attribute__((unused)), char * argv[] __attribute__((unused))) {
setup();