1
0
mirror of https://github.com/revspace/operame synced 2024-12-12 17:47:29 +00:00

4MB vs 16 MB TTGO

This commit is contained in:
Pieter De Mil 2022-04-20 11:59:05 +02:00 committed by GitHub
parent 8ba5fee239
commit 65672c56ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,3 +37,13 @@ https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers
-bordje connecteren en in devices checken of driver er is anders cp210x driver van silicon lans installeren.
-dan in platformio.ini upload_port en flags commenten. zoek port dan automatisch
## 4MB or 16MB
board = esp32thing
board_build.partitions = default.csv
If you have a 16MB TTGO T-Display board, you can change the env settings in the platformio.ini file.
board = esp32thing_plus
board_build.partitions = default_16MB.csv