File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.5.2] - 2022-06-22
8+
79## [ 0.5.1] - 2022-06-01
810### Added
911- Send ` "connected": true ` in WiFiScanResults when the device is connected to the AP.
Original file line number Diff line number Diff line change 2727
2828#define RUNTIME_NAME "edgehog-esp32-device"
2929#define RUNTIME_URL "https://github.com/edgehog-device-manager/edgehog-esp32-device"
30- #define RUNTIME_VERSION "0.5.1 "
30+ #define RUNTIME_VERSION "0.5.2 "
3131
3232static const char * TAG = "EDGEHOG_RUNTIME_INFO" ;
3333
You can’t perform that action at this time.
0 commit comments