cmbahadir / opcua-esp32

Embedded OPC UA Server on ESP32 based on open62541 stack
Mozilla Public License 2.0
115 stars 40 forks source link

Updated the esp-idf to latest master and open62541 stack #15

Closed cmbahadir closed 5 years ago

cmbahadir commented 5 years ago

-- discoveryURL set commented out to avoid hard fault. -- vTaskDelay added, otherwise watchdog does not work properly. -- OPC UA task is pinned to core 1 to make it more isolated from other tasks (wifi, apptracer etc.) -- Changed .travis.yml to use the statically configure open62541 stack. (Update each time of it can cause more hard faults since memory footprint of the stack is getting larger in every release.)