1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-20 21:01:25 +03:00

Now allowing uploads using a programmer by setting the upload.using preference ("bootloader" for default behavior, or the name of a programmer prefix from the programmers.txt file).

This commit is contained in:
David A. Mellis
2007-12-20 05:48:00 +00:00
parent 0b0d07661e
commit bd56d4ff28
3 changed files with 18 additions and 4 deletions

View File

@ -747,7 +747,7 @@ public class Editor extends JFrame
});
menu.add(item);
item = new JMenuItem("Copy for Discourse");
item = new JMenuItem("Copy for Forum");
item.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
SwingUtilities.invokeLater(new Runnable() {