Skip to content

Commit 52649b2

Browse files
committed
fix: 書き込みモード終了キーワードの変更
1 parent ff11289 commit 52649b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/mrubyWriterConnector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const enterWriteModeKeyword: Record<Target, RegExp> = {
2424
} as const;
2525

2626
const exitWriteModeKeyword: Record<Target, RegExp> = {
27-
ESP32: /mrubyc-esp32: End mrbwrite mode/,
27+
ESP32: /mruby\/c v\d(.\d+)* start/,
2828
RBoard: /\+OK Execute mruby\/c\./,
2929
} as const;
3030

0 commit comments

Comments
 (0)