From 37bd2a99f60092ef0419af6bfbc33c357c2c1c62 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 29 Dec 2020 18:03:05 +0100 Subject: [PATCH] Add basic support for ESP32 Odroid Go 16MB binary tasmota32-odroidgo.bin Add basic support for ESP32 Odroid Go 16MB binary tasmota32-odroidgo.bin (#8630) --- CHANGELOG.md | 3 +++ RELEASENOTES.md | 1 + platformio_tasmota_env32.ini | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e45bf32e..bd49bc4c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development ## [9.2.0.2] +### Added +- Basic support for ESP32 Odroid Go 16MB binary tasmota32-odroidgo.bin (#8630) + ### Breaking Changed - Replaced MFRC522 13.56MHz rfid card reader GPIO selection from ``GPIO_SPI_CS`` by ``GPIO_RC522_CS`` - Replaced ILI9341 GPIO selection from ``GPIO_SPI_CS`` by ``GPIO_ILI9341_CS`` and ``GPIO_SPI_DC`` by ``GPIO_ILI9341_DC`` diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1f9677073..6f02fa36f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -68,6 +68,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota - Support for Afrikaans language translations by Christiaan Heerze - Support for IR inverted leds using ``#define IR_SEND_INVERTED true`` [#10301](https://github.com/arendst/Tasmota/issues/10301) - Support for disabling 38kHz IR modulation using ``#define IR_SEND_USE_MODULATION false`` [#10301](https://github.com/arendst/Tasmota/issues/10301) +- Basic support for ESP32 Odroid Go 16MB binary tasmota32-odroidgo.bin [#8630](https://github.com/arendst/Tasmota/issues/8630) ### Breaking Changed - Replaced MFRC522 13.56MHz rfid card reader GPIO selection from ``GPIO_SPI_CS`` by ``GPIO_RC522_CS`` diff --git a/platformio_tasmota_env32.ini b/platformio_tasmota_env32.ini index 886b2cfaf..bad0b800a 100644 --- a/platformio_tasmota_env32.ini +++ b/platformio_tasmota_env32.ini @@ -39,7 +39,7 @@ lib_extra_dirs = lib/libesp32, lib/lib_basic [env:tasmota32-odroidgo] extends = env:tasmota32 board = odroid_esp32 -board_build.f_cpu = 160000000L +board_build.f_cpu = 240000000L board_build.partitions = esp32_partition_app1984k_ffat12M.csv build_flags = ${common32.build_flags} -DFIRMWARE_ODROID_GO lib_extra_dirs = lib/libesp32, lib/lib_basic, lib/lib_i2c, lib/lib_rf, lib/lib_div, lib/lib_ssl, lib/lib_display