diff --git a/Examples/SwiftIOPlayground/11WiFi/TemperatureDataLogger/Package.swift b/Examples/SwiftIOPlayground/11WiFi/TemperatureDataLogger/Package.swift index cb495af..59114ec 100644 --- a/Examples/SwiftIOPlayground/11WiFi/TemperatureDataLogger/Package.swift +++ b/Examples/SwiftIOPlayground/11WiFi/TemperatureDataLogger/Package.swift @@ -9,7 +9,7 @@ let package = Package( // Dependencies declare other packages that this package depends on. .package(url: "https://github.com/madmachineio/SwiftIO.git", branch: "main"), .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), - // .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.