Skip to content

Commit

Permalink
Fix UA915 bug in band selection
Browse files Browse the repository at this point in the history
  • Loading branch information
disk91 committed Nov 21, 2022
1 parent 07c9449 commit 143ef29
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## Release 1.11
- Fix AU915 sub band bug

## Release 1.10
- 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
- US915 and AU915 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.11a"
#define VERSION "v1.11"

#ifdef DEBUG
#define LOGLN(x) Serial.println x
Expand Down

0 comments on commit 143ef29

Please sign in to comment.