mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-01 03:47:23 +03:00
Switched to new burn bootloader menu system, dynamically generated from the programmers.txt file.
This commit is contained in:
@ -57,10 +57,8 @@ public abstract class Uploader implements MessageConsumer {
|
||||
|
||||
public abstract boolean uploadUsingPreferences(String buildPath, String className)
|
||||
throws RunnerException;
|
||||
|
||||
public abstract boolean burnBootloaderAVRISP(String target) throws RunnerException;
|
||||
|
||||
public abstract boolean burnBootloaderParallel(String target) throws RunnerException;
|
||||
public abstract boolean burnBootloader(String programmer) throws RunnerException;
|
||||
|
||||
protected void flushSerialBuffer() throws RunnerException {
|
||||
// Cleanup the serial buffer
|
||||
|
Reference in New Issue
Block a user