diff --git a/CHANGELOG.md b/CHANGELOG.md
index 37dc204..444dbd9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
- Fix Discovery mode start when not yet connected
- Key lock & screen off mode
- Backend now allows to clear the discovery mode cache to test different antennas one after the other.
+- Discovery mode can be paused/resumed by clicking on 5d button
+- US915 and AS915 sub bands support
## Release 1.9
- Fix US915 / SF10
diff --git a/binaries/WioLoRaWANFieldTester_LoRaE5_ALLZONE.bin b/binaries/WioLoRaWANFieldTester_LoRaE5_ALLZONE.bin
index 54bcdf9..53a1e22 100755
Binary files a/binaries/WioLoRaWANFieldTester_LoRaE5_ALLZONE.bin and b/binaries/WioLoRaWANFieldTester_LoRaE5_ALLZONE.bin differ
diff --git a/binaries/WioLoRaWANFieldTester_LoRaE5_ALLZONE.uf2 b/binaries/WioLoRaWANFieldTester_LoRaE5_ALLZONE.uf2
index dcadc08..c754f27 100644
Binary files a/binaries/WioLoRaWANFieldTester_LoRaE5_ALLZONE.uf2 and b/binaries/WioLoRaWANFieldTester_LoRaE5_ALLZONE.uf2 differ
diff --git a/config.h b/config.h
index d914be8..91a45b7 100644
--- a/config.h
+++ b/config.h
@@ -68,7 +68,7 @@
//#define JUSTCLEAN
-#define VERSION "v1.10a"
+#define VERSION "v1.10"
#ifdef DEBUG
#define LOGLN(x) Serial.println x
diff --git a/doc/UserGuide.md b/doc/UserGuide.md
index dde0164..0fde587 100644
--- a/doc/UserGuide.md
+++ b/doc/UserGuide.md
@@ -85,7 +85,7 @@ To start a discovery session, it is better to be already connected to the networ
-Discovery Mode ignores your SF setting; SF10 is always used. The Tx Power option is still considered, however.
+Discovery Mode ignores your SF setting; SF10 is always used. The Tx Power option is still considered, however. You can pause the DISCO mode and restart it by clicking on the 5d button.
@@ -94,5 +94,6 @@ At the end, you get the "R code link for displaying the result on your smartphon
-Please note that the Discovery Mode sessions are accumulated when performed within the same hour, and are purged after 2 hours (subject to change).
+Please note that the Discovery Mode sessions are accumulated when performed within the same hour, and are purged after 2 hours (subject to change). You can manually purge the backend data if you want to test different antennas consecutively as an exemple. The cleaning button is accessible on the web page displaying results.
+