We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
else
brd
1 parent 911481c commit bf60bcaCopy full SHA for bf60bca
prawn_do/prawn_do.c
@@ -313,8 +313,8 @@ int main(){
313
if(strncmp(serial_buf, "ver", 3) == 0) {
314
fast_serial_printf("Version: %s\r\n", ver);
315
}
316
- if(strncmp(serial_buf, "brd", 3) == 0) {
317
- fast_serial_printf("board: pico%d\r\n", PRAWNDO_PICO_BOARD);
+ else if(strncmp(serial_buf, "brd", 3) == 0) {
+ fast_serial_printf("board: pico%d\r\n", PRAWNDO_PICO_BOARD);
318
319
// Status command: return running status
320
else if(strncmp(serial_buf, "sts", 3) == 0){
0 commit comments