Skip to content

Commit ea681f3

Browse files
Update content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started-with-rs485/content.md
Co-authored-by: Julián Caro Linares <[email protected]>
1 parent 8e56f80 commit ea681f3

File tree

1 file changed

+0
-1
lines changed
  • content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started-with-rs485

1 file changed

+0
-1
lines changed

content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started-with-rs485/content.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ void loop() {
7979
8080
if (Serial.available() > 0)
8181
{
82-
8382
incomingByte = Serial.read();
8483
RS485.beginTransmission();
8584
RS485.print(incomingByte);

0 commit comments

Comments
 (0)