Skip to content

Commit

Permalink
Adaptation for the new panduza structure simplifcation (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
XdoctorwhoZ authored Nov 20, 2024
1 parent bdb83c4 commit 72940ae
Show file tree
Hide file tree
Showing 19 changed files with 494 additions and 970 deletions.
13 changes: 6 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ edition = "2021"

[dependencies]

# panduza-platform-core = { git = "https://github.com/Panduza/panduza-platform-core", branch = "main", features = [
# "log",
# ] }

panduza-platform-core = { git = "https://github.com/Panduza/panduza-platform-core", tag = "0.1.0", features = [
# Main base code for Panduza platform and plugins
panduza-platform-core = { git = "https://github.com/Panduza/panduza-platform-core", branch = "main", features = [
"log",
] }

# panduza-platform-core = { git = "https://github.com/Panduza/panduza-platform-core", tag = "0.1.0", features = [
# "log",
# ] }

# Main async framework for the platform
tokio = { version = "1.40.0", features = ["full", "tracing"] }
Expand All @@ -38,7 +37,7 @@ async-trait = "0.1.77"
futures = "0.3.17"


serde = "1.0.0"
serde = { "version" = "1.0.0", features = ["derive"] }

# Json serialization & deserialization
serde_json = "1.0.114"
Expand Down
68 changes: 0 additions & 68 deletions src/__builtin_devices/korad/ka3005/itf_ammeter.rs

This file was deleted.

188 changes: 0 additions & 188 deletions src/__builtin_devices/korad/ka3005/itf_bpc.rs

This file was deleted.

68 changes: 0 additions & 68 deletions src/__builtin_devices/korad/ka3005/itf_voltmeter.rs

This file was deleted.

Loading

0 comments on commit 72940ae

Please sign in to comment.