Skip to content

Commit

Permalink
Added new branding
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterjm committed Jul 22, 2024
1 parent 83e8238 commit d6ee1ca
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
Binary file modified static/firmware/ESP32_3248S035C/firmware.bin
Binary file not shown.
Binary file modified static/firmware/ESP32_3248S035C/firmware_BEER.bin
Binary file not shown.
Binary file modified static/firmware/ESP32_3248S035C/firmware_BITCOINTAPS.bin
Binary file not shown.
Binary file not shown.
Binary file modified static/firmware/ESP32_3248S035C/firmware_NONE.bin
Binary file not shown.
Binary file modified static/firmware/ESP32_3248S035C/firmware_VJZGBT.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion static/firmware/ESP32_3248S035C/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BitcoinTaps PartyTap",
"version": "850389",
"version": "853426",
"new_install_prompt_erase": true,
"builds": [
{
Expand Down
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ async def task_send_switches(device_id: str):
"event":"switches",
"switches": [],
"key": device.key,
"version": "850389",
"version": "853426",
"branding": device.branding
}

Expand Down
4 changes: 2 additions & 2 deletions templates/partytap/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ <h6 class="text-subtitle1 q-my-none">
label="label"
option-label="label"
map-options
:options="[ { label: 'BitcoinTaps', value: 'BITCOINTAPS' }, { label: 'Kan het al?', value: 'BEER' }, { label: 'None', value: 'NONE' }, { label: 'Grauburgunder (VJZ)', value: 'VJZGBT'} ]"
:options="[ { label: 'BitcoinTaps', value: 'BITCOINTAPS' }, { label: 'Kan het al?', value: 'BEER' }, { label: 'None', value: 'NONE' }, { label: 'Grauburgunder (VJZ)', value: 'VJZGBT'} , { label: 'Bonanza', value: 'BONANZA'} ]"
emit-value
option-value="value"
></q-select>
Expand Down Expand Up @@ -393,7 +393,7 @@ <h6 class="text-subtitle1 q-my-none">
data: function () {
return {
tab: 'mails',
version: '850389',
version: '853426',
hostname: window.location.host,
protocol: window.location.protocol,
location: window.location.hostname,
Expand Down

0 comments on commit d6ee1ca

Please sign in to comment.