README.md updated.

This commit is contained in:
2022-11-29 20:37:03 +01:00
parent c7e60a34d5
commit de4981e489

View File

@@ -12,6 +12,12 @@ Inspired by https://www.instructables.com/A-Simple-MQTT-PubSub-Node-With-Arduino
- Stores data in EEPROM to prevent data loss - Stores data in EEPROM to prevent data loss
- Easy to configure by telnet port 1000 - Easy to configure by telnet port 1000
## Requirements
- Arduino IDE (version 2.0.2)
- UIPEthernet library by Norbert Truchsess, CassyArduino and Juraj Andrassy (version 2.0.12)
- PubSubClient library by Nick O'Leary (version 2.8)
## Configure ## Configure
The Device gets its IP address via DHCP. Make sure you have a working DHCP server on the network. The Device gets its IP address via DHCP. Make sure you have a working DHCP server on the network.