Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
slow down main loop in examples
  • Loading branch information
FoamyGuy committed Oct 2, 2025
commit ddfd14af3978e26aa02c1e21ae0d9a4ce33dbdd5
2 changes: 1 addition & 1 deletion examples/spa06_003_simpletest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
print(f"Temperature: {spa.temperature} °C", end=" ")
print(f"Pressure: {spa.pressure} hPa")

time.sleep(0.1)
time.sleep(1.0)
2 changes: 1 addition & 1 deletion examples/spa06_003_spi_simpletest.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
print(f"Temperature: {spa.temperature} °C", end=" ")
print(f"Pressure: {spa.pressure} hPa")

time.sleep(0.1)
time.sleep(1.0)