Skip to content

Commit a427b00

Browse files
authored
Bump pysquared version (#10)
1 parent b8c3fff commit a427b00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PYSQUARED_VERSION ?= v2.0.0-alpha-25w14
1+
PYSQUARED_VERSION ?= v2.0.0-alpha-25w14-2
22
PYSQUARED ?= git+https://github.com/proveskit/pysquared@$(PYSQUARED_VERSION)
33

44
.PHONY: all

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ def send_imu_data():
140140
IMUData = []
141141
watchdog.pet()
142142
logger.info("IMU has baton")
143-
IMUData = f.get_imu_data()
143+
IMUData = imu.get_gyro_data()
144144
watchdog.pet()
145-
f.send(IMUData)
145+
radio.send(IMUData)
146146

147147
def main():
148148
f.beacon()

0 commit comments

Comments
 (0)