Skip to content

Commit

Permalink
Update MainE220.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
nihinihikun committed Mar 17, 2024
1 parent a3cca00 commit 848bb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/MIFE220/MainE220/MainE220.ino
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void loop() {
send_allowed = true;
}
if (send_allowed == true) {
e220.TransmissionData(tx_payload);
e220.TransmissionDataVariebleLength(tx_payload,47);
latest_send_time = millis(); //送信済みの時間を記録
send_allowed = false;
}
Expand Down

0 comments on commit 848bb91

Please sign in to comment.