File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -136,25 +136,23 @@ namespace user_interface_base {
136136 basic . pause ( 3 )
137137 }
138138
139-
140139 // Send a chunk of the bitmap and wait for ACK, RX will rebuild the bitmap:
141140 for ( let j = 0 ; j < numberOfChunks ; j ++ ) {
142141 const rowBuffer = this . getBuffer ( bitmap , j , maxPacketBufferSize ) ;
143142 radio . sendBuffer ( rowBuffer ) ;
144143
145144 // this.waitForAck();
146145
147- basic . showString ( "A" )
148- let received = false ;
149- radio . onReceivedString ( ( _ : String ) => {
150- received = true ;
151- } )
146+ // basic.showString("A")
147+ received = false ;
148+ // radio.onReceivedString((_: String) => {
149+ // received = true;
150+ // })
152151
153152 while ( ! received ) {
154153 basic . pause ( 3 )
155154 }
156- basic . showString ( "D" )
157-
155+ // basic.showString("D")
158156 }
159157
160158 // basic.showString("D")
You can’t perform that action at this time.
0 commit comments