disk91 / WioLoRaWANFieldTester

86 stars 32 forks source link

Fix AU915 subband selection #65

Closed mcauser closed 1 year ago

mcauser commented 1 year ago

Missed AU915 in the invalidate start-end channels in recent commit https://github.com/disk91/WioLoRaWANFieldTester/commit/e90445f07b12e7cac1a61f7542bcea6d84a73147

- if ( i < 8 || i > 15 ) {
+ if ( i < s || i > e ) {
disk91 commented 1 year ago

Thank you for this fix !