mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Upload size computation is now parametric
This commit is contained in:
@ -689,4 +689,8 @@ public class Compiler implements MessageConsumer {
|
||||
// Remove first space
|
||||
return res.substring(1);
|
||||
}
|
||||
|
||||
public PreferencesMap getBuildPreferences() {
|
||||
return prefs;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user