Website interface for compiling custom firmware for the ctag-tbd
Using the ctag-tbd for playing back samples is a wonderful thing. Memory for samples is sadly limited by the overall ROM of the ESP32 and also the size of the ctag-tbd firmware. The tbd-cloud-compiler allows users to reduce the size of the ctag-tbd firmware, therefore making up more free space for samples, by removing one or multiple individual apps that they do not want to use with their module.
The tbd-cloud-compiler tries to make it as easy as possible for the user to free up more space for samples. Following these steps should guide you through the process of generating your own custom tbd firmware:
sh ./flash.sh [ESP_TOOL_PATH] [PORT]
. This is necessary because bootloader and the overall memory partition also need to be updated which is not possible via the web ui.