nxp/nfc3d/resources/nfc3d.ini

See examples/nxp/nfc3d

# Enable the embedded HTTP server
http.server.enabled 1
# HTTP server runs on SoftAP network interface
http.server.interface softap
# The password for the SoftAP
softap.passkey password
# The name of the Wi-Fi module's softAP network
softap.ssid NFC-3D
# The buffer pool size for network RX/TX packets
network.buffer.size 24000
# The ratio of how the network buffer pool is divided between RX/TX packets
network.buffer.rxtx_ratio 50
# The maximum number of HTTP server clients
http.server.max_clients 3
# Disable mDNS feature
mdns.enabled 0
# WLAN Auto-join enabled
wlan.auto_join.enabled 1
# URLs that may be used to access the embedded HTTP server
softap.dns_server.url nfc3d.com,www.nfc3d.com,connectivitycheck.gstatic.com
# The root filename of the HTTP server. If no client is specified in the URL, then this file will be returned.
http.server.root_filename nfc3d.html
# Blue LED
system.indicator.gpio "softap 10"
# Green LED
system.indicator.gpio "network 11"
# Red LED
system.indicator.gpio "wlan 12"