Skip to content

Commit

Permalink
Use net SatNOGS Network API
Browse files Browse the repository at this point in the history
  • Loading branch information
wose committed Apr 29, 2020
1 parent 83ec1de commit 4caeaba
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.1] - 2020-04-29
### Fixed
- Update `satnogs-network-client` to work with new station api

## [0.4.0] - 2020-04-13
### Added
- #18 config options `rotator_warn` and `rotator_error` to override the warning
Expand Down
2 changes: 1 addition & 1 deletion monitor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "satnogs-monitor"
version = "0.4.0"
version = "0.4.1"
authors = ["Sebastian Woetzel <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion satnogs-network-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "satnogs-network-client"
version = "0.1.0"
version = "0.2.0"
authors = ["Sebastian Woetzel <[email protected]>"]
edition = "2018"

Expand Down
1 change: 0 additions & 1 deletion satnogs-network-client/src/stations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ pub struct StationInfo {
pub lng: f64,
/// QTH locator
pub qthlocator: String,
pub location: String,
/// antennas
pub antenna: Vec<Antenna>,
/// date and time the station was created
Expand Down

0 comments on commit 4caeaba

Please sign in to comment.