diff --git a/Config.h b/Config.h
index e94596a9..62b7c87b 100644
--- a/Config.h
+++ b/Config.h
@@ -1,6 +1,6 @@
#pragma once
-#define NUKI_HUB_VERSION "8.10"
+#define NUKI_HUB_VERSION "8.11"
#define MQTT_QOS_LEVEL 1
#define MQTT_CLEAN_SESSIONS false
\ No newline at end of file
diff --git a/README.md b/README.md
index 56d19635..935a84fb 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,11 @@ NUKI Smart Lock 3.0 Pro
NUKI Opener
NUKI Keypad 1.0 (2.0 not supported yet due to current [NUKI limitations](https://developer.nuki.io/t/keypad-2-not-setting-has-keypad-flag-in-config-of-nuki-lock/19539))
+As an alternative to Wifi, the following ESP32 modules with wired ethernet are supported (For Wifi any other EP32 should work).
+[M5Stack Atom POE](https://docs.m5stack.com/en/atom/atom_poe)
+[Olimex ESP32-POE](https://www.olimex.com/Products/IoT/ESP32/ESP32-POE/open-source-hardware)
+[Olimex ESP32-POE-ISO](https://www.olimex.com/Products/IoT/ESP32/ESP32-POE-ISO/open-source-hardware)
+
## Installation
Flash the firmware to an ESP32. The easiest way to install is to use the web installer:
diff --git a/webflash/nuki_hub.bin b/webflash/nuki_hub.bin
index 77199540..7185e5f8 100644
Binary files a/webflash/nuki_hub.bin and b/webflash/nuki_hub.bin differ