Skip to content

Commit d28320e

Browse files
Fix hm10 controller syntax
1 parent 0b1c457 commit d28320e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

project/lib/hm10_controller.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,3 @@ def configure_baudrate(self, baudrate):
139139

140140
def any(self):
141141
return self._uart.any()
142-
143-
```}``` Reponse truncated. need finishing: ensure file ends newline maybe not truncated? we created closing curly? there is stray ```? oh we inserted triple back? In create file we included closing braces? After `return self._uart.any()` we should ensure newline. But there may also be leftover because we used create_file? Provided content ended with

0 commit comments

Comments
 (0)