Skip to content

Commit

Permalink
Fix issue #74
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Knoop committed Nov 21, 2020
1 parent 58badc2 commit 9410e82
Show file tree
Hide file tree
Showing 7 changed files with 648 additions and 127 deletions.
Binary file modified PARTSLIST/AddOns BOM.xlsx
Binary file not shown.
1 change: 1 addition & 0 deletions SOURCES/WEBAPP/ESP32/aurora/adau1452.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,7 @@ void uploadUserParams( void )
paramPhase[ii].fc = paramPhaseTemp.fc;
paramPhase[ii].inv = paramPhaseTemp.inv;
paramPhase[ii].Q = paramPhaseTemp.Q;
paramPhase[ii].bypass = paramPhaseTemp.bypass;
}
totalSize += len;
}
Expand Down
Binary file modified SOURCES/WEBAPP/ESP32/aurora/aurora.ino.esp32.bin
Binary file not shown.
4 changes: 0 additions & 4 deletions SOURCES/WEBAPP/ESP32/aurora/data/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -248,24 +248,20 @@ height: 100%;
.phase{border-top-color:#FD8E28;}
.delay{border-top-color:#73EC6F;}
.gain{border-top-color:#FC527F;}
.fir{border-top-color:rgb(225,191,140);}
/*box-shadow: 0px 0px 5px 1px rgba(255,0,0,0.75);*/

.hp:hover{background-color:#54F4F9;color:#FFFFFF;border-color:#54F4F9;}
.shlv:hover{background-color:#005EF0;color:#FFFFFF;border-color:#005EF0;}
.peq:hover{background-color:#A05EF0;color:#FFFFFF;border-color:#A05EF0;}
.phase:hover{background-color:#FD8E28;color:#FFFFFF;border-color:#FD8E28;}
.delay:hover{background-color:#73EC6F;color:#FFFFFF;border-color:#73EC6F;}
.gain:hover{background-color:#FC527F;color:#FFFFFF;border-color:#FC527F;}
.fir:hover{background-color:rgb(225,191,140);color:#FFFFFF;border-color:rgb(225,191,140);}

.d_hp{border-top-color:#54F4F9;}
.d_shlv{border-top-color:#005EF0;}
.d_peq{border-top-color:#A05EF0;}
.d_phase{border-top-color:#FD8E28;}
.d_delay{border-top-color:#73EC6F;}
.d_gain{border-top-color:#FC527F;}
.d_fir{border-top-color:rgb(225,191,140);}

.rotate{
transform:rotate(-90deg);
Expand Down
Binary file modified SOURCES/WEBAPP/ESP32/aurora/data/dsp.fw
Binary file not shown.
Loading

0 comments on commit 9410e82

Please sign in to comment.