Skip to content

Commit

Permalink
Built v2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dspverden committed Feb 26, 2020
1 parent 08bf6b6 commit ed48ed7
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 5 deletions.
20 changes: 20 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"configurations": [
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"macFrameworkPath": [
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64",
"compileCommands": "${workspaceFolder}/SOURCES/auverdionControl/compile_commands.json"
}
],
"version": 4
}
2 changes: 1 addition & 1 deletion SOURCES/WEBAPP/ESP32/aurora/aurora.ino
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include "fallback.h"
#include "webota.h"

#define VERSION_STR "v2.0.0-alpha.9"
#define VERSION_STR "v2.0.0-beta.1"

#define I2C_SDA_PIN 17
#define I2C_SCL_PIN 16
Expand Down
Binary file modified SOURCES/WEBAPP/ESP32/aurora/aurora.ino.esp32.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion SOURCES/WEBAPP/ESP32/aurora/data/dsp.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<li><label for="presetimp">Import Preset</label><input type="file" id="presetimp" style="display:none"/></li>
</ul>
<div style="position:absolute;bottom:30px;right:30px;">
<p class="info">GUI: v2.0.0-alpha.9</p>
<p class="info">GUI: v2.0.0-beta.1</p>
<p class="info" id="fw">FW: 0.0.0</p>
<p class="info" id="ip">Local Wifi IP: 0.0.0.0</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion SOURCES/WEBAPP/ESP32/plugins/4FIRs/dsp.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<li><label for="presetimp">Import Preset</label><input type="file" id="presetimp" style="display:none"/></li>
</ul>
<div style="position:absolute;bottom:30px;right:30px;">
<p class="info">GUI: v2.0.0-alpha.8</p>
<p class="info">GUI: v2.0.0-beta.1</p>
<p class="info" id="fw">FW: 0.0.0</p>
<p class="info" id="ip">Local Wifi IP: 0.0.0.0</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion SOURCES/WEBAPP/ESP32/plugins/8channels/dsp.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<li><label for="presetimp">Import Preset</label><input type="file" id="presetimp" style="display:none"/></li>
</ul>
<div style="position:absolute;bottom:30px;right:30px;">
<p class="info">GUI: v2.0.0-alpha.9</p>
<p class="info">GUI: v2.0.0-beta.1</p>
<p class="info" id="fw">FW: 0.0.0</p>
<p class="info" id="ip">Local Wifi IP: 0.0.0.0</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion SOURCES/WEBAPP/ESP32/plugins/homecinema71/dsp.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<li><label for="presetimp">Import Preset</label><input type="file" id="presetimp" style="display:none"/></li>
</ul>
<div style="position:absolute;bottom:30px;right:30px;">
<p class="info">GUI: v2.0.0-alpha.8</p>
<p class="info">GUI: v2.0.0-beta.1</p>
<p class="info" id="fw">FW: 0.0.0</p>
<p class="info" id="ip">Local Wifi IP: 0.0.0.0</p>
</div>
Expand Down
Binary file modified SOURCES/WEBAPP/ESP32/updater/aurora.ino.esp32.bin
Binary file not shown.

0 comments on commit ed48ed7

Please sign in to comment.