OMOTE/Platformio
phant0mias a42a756205
Update platformio.ini (#43)
The used CPU has 4MB of flash memory. With the default settings only 1310720 bytes are used for the program
Current omote with default settings: Flash: [========= ]  85.1% (used 1115225 bytes from 1310720 bytes)

Using a different partition table will solve this problem. 

As the OTA feature is not needed this partition can be used for the application.
With this partition table 3145728 bytes are available for the application

Flash: [====      ]  35.5% (used 1115225 bytes from 3145728 bytes)
2023-09-27 20:46:52 +02:00
..
.vscode Initial Upload 2023-06-28 20:26:56 +02:00
include Initial Upload 2023-06-28 20:26:56 +02:00
lib Initial Upload 2023-06-28 20:26:56 +02:00
src Initial Upload 2023-06-28 20:26:56 +02:00
test Initial Upload 2023-06-28 20:26:56 +02:00
.gitignore Initial Upload 2023-06-28 20:26:56 +02:00
platformio.ini Update platformio.ini (#43) 2023-09-27 20:46:52 +02:00