cmbahadir / opcua-esp32

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

Static IP and DNS for WI-FI. Fixes #44 #45

Closed cmbahadir closed 1 year ago

cmbahadir commented 1 year ago

Changes with this PR:

  1. Make it possible to set static ip address for Wi-Fi.
  2. DNS has been added as a config, which is required for NTP connection.
  3. Minor refactoring.

Fixes #44