Battery life calculator

Calculates the time a battery will last. Too lazy to explain more.

Software

Duration of code execution
sec
sleep time
sec

Hardware

Use custom values
{#if !useCustom}
{#if selectedMcu != undefined && selectedMcu?.wifi != undefined}

wifi

{/if} {#if selectedMcu != undefined && selectedMcu?.wifi != undefined}

ble

{/if}
{:else}
Duration of code execution
sec
sleep time
sec
{/if}
Source for the calculations is at this github and the original website. I just mearly made additions.