Skip to content

Commit

Permalink
Make release 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
disk91 committed Nov 5, 2022
1 parent c985425 commit c189722
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified binaries/WioLoRaWANFieldTester_LoRaE5_ALLZONE.bin
Binary file not shown.
Binary file modified binaries/WioLoRaWANFieldTester_LoRaE5_ALLZONE.uf2
Binary file not shown.
2 changes: 1 addition & 1 deletion config.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
//#define JUSTCLEAN


#define VERSION "v1.10a"
#define VERSION "v1.10"

#ifdef DEBUG
#define LOGLN(x) Serial.println x
Expand Down
5 changes: 3 additions & 2 deletions doc/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ To start a discovery session, it is better to be already connected to the networ

<img src="../img/Disco_Wait.jpg" alt="Discovery Wait for GPS & DC" width="250"/>

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.

<img src="../img/Disco_Run.jpg" alt="Discovery Running" width="250"/>

Expand All @@ -94,5 +94,6 @@ At the end, you get the "R code link for displaying the result on your smartphon
<img src="../img/Disco_qr.jpg" alt="Discovery Qr Code" width="250"/>
<img src="../img/Disco_Result.jpg" alt="Discovery Results" width="250"/>

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.


0 comments on commit c189722

Please sign in to comment.