MCPcopy
hub / github.com/arduino/Arduino / onBoardOrPortChange

Method onBoardOrPortChange

app/src/processing/app/Editor.java:2595–2598  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2593 // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
2594
2595 protected void onBoardOrPortChange() {
2596 lineStatus.updateBoardAndPort();
2597 lineStatus.repaint();
2598 }
2599
2600 public void addCompilerProgressListener(CompilerProgressListener listener){
2601 this.status.addCompilerProgressListener(listener);

Callers 4

selectSerialPortMethod · 0.95
serialPromptMethod · 0.45
runMethod · 0.45

Calls 1

updateBoardAndPortMethod · 0.80

Tested by

no test coverage detected