mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
fixes #1926 - serial shell not working
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user