We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e8504 commit f52fbecCopy full SHA for f52fbec
src/EspExceptionDecoder.java
@@ -270,6 +270,7 @@ private void createAndUpload(){
270
tarch = BaseNoGui.getBoardPreferences().get("build.tarch");
271
if(tarch == null || tarch.contentEquals("")){
272
editor.statusError("Arch Not Found for '"+BaseNoGui.getBoardPreferences().get("name")+"'. Defaulting to 'xtensa'");
273
+ tarch = "xtensa";
274
}
275
target = BaseNoGui.getBoardPreferences().get("build.target");
276
if(target == null || target.contentEquals("")){
0 commit comments