Switch to modified Si5351 driver

This commit is contained in:
Lucas Schumacher 2023-09-27 01:38:43 -04:00
parent 6d09ce7bc1
commit 15fc7d5602

View File

@ -10,5 +10,5 @@ hal = { package = "esp32-hal", version = "0.15.0" }
esp-backtrace = { version = "0.8.0", features = ["esp32", "panic-handler", "exception-handler", "print-uart"] } esp-backtrace = { version = "0.8.0", features = ["esp32", "panic-handler", "exception-handler", "print-uart"] }
esp-println = { version = "0.6.0", features = ["esp32","log"] } esp-println = { version = "0.6.0", features = ["esp32","log"] }
log = { version = "0.4.18" } log = { version = "0.4.18" }
si5351 = "0.2.0" si5351 = { git = "http://192.168.1.41:3000/lks/si5351.git" }
embedded-hal = "0.2.7" embedded-hal = "0.2.7"