1
0
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:
Cristian Maglie
2012-02-06 00:51:24 +01:00
parent a141a1dc1e
commit 043c190876
4 changed files with 44 additions and 55 deletions

View File

@ -689,4 +689,8 @@ public class Compiler implements MessageConsumer {
// Remove first space
return res.substring(1);
}
public PreferencesMap getBuildPreferences() {
return prefs;
}
}