Skip to content

Commit

Permalink
version 0.8.0; update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis4lora committed Mar 4, 2024
1 parent 7192dcf commit 3a70307
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 14 deletions.
38 changes: 25 additions & 13 deletions doc/changelog
Original file line number Diff line number Diff line change
@@ -1,23 +1,35 @@
CHANGE LOG


v0.8.0:
- add hardware reference design materials
- add support for esp32c3
- add support for compiling using PlatformIO
- add support for compiling under Windows (based on PlatformIO)
- optimize memory usage
- update scripts to Python3
- other fixes and document improvement


v0.7.0:
- show version info in the screen
- change CN470 tx_freq_min from 500MHz to 470MHz for supporting RP2
- fix the bug that ns host can't be domain name
- change web username/password as 'iot/lora'
- add upgrader.py to simplify upgrade the firmware
- add license info
- show version info in the screen
- change CN470 tx_freq_min from 500MHz to 470MHz for supporting RP2
- fix the bug that ns host can't be domain name
- change web username/password as 'iot/lora'
- add upgrader.py to simplify upgrade the firmware
- add license info


v0.6.2:
- disable gps output
- workaround to support sx1303
- disable gps output
- workaround to support sx1303


v0.6.1:
- hide wifi password
- hide wifi password

v0.6.0:
- the first public released version
- add version info in the serial port output
- documents

v0.6.0:
- the first public released version
- add version info in the serial port output
- documents
2 changes: 1 addition & 1 deletion main/loragw_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ License: Revised BSD License, see LICENSE.TXT file include in the project
#ifndef __LORAGW_VERSION__
#define __LORAGW_VERSION__

#define EXSP1302_VERSION "0.7.0"
#define EXSP1302_VERSION "0.8.0"

#endif

0 comments on commit 3a70307

Please sign in to comment.