Skip to content

Commit 7568d77

Browse files
authored
Merge pull request #10421 from Jason2866/patch-3
SD Card enable for Odroid
2 parents 73992e3 + fefc6d9 commit 7568d77

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

platformio_tasmota_env32.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ extends = env:tasmota32
4141
board = odroid_esp32
4242
board_build.f_cpu = 240000000L
4343
board_build.partitions = esp32_partition_app1984k_spiffs12M.csv
44-
build_flags = ${common32.build_flags} -DBOARD_HAS_PSRAM=true -DFIRMWARE_ODROID_GO
44+
build_flags = ${common32.build_flags} -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -DFIRMWARE_ODROID_GO
4545
lib_extra_dirs = lib/libesp32, lib/lib_basic, lib/lib_i2c, lib/lib_rf, lib/lib_div, lib/lib_ssl, lib/lib_display
4646

4747
[env:tasmota32-minimal]

tasmota/tasmota_configurations_ESP32.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
#define FALLBACK_MODULE ODROID_GO // [Module2] Select default module on fast reboot where USER_MODULE is user template
5353

5454
#define USE_ODROID_GO // Add support for Odroid Go
55+
#define USE_UFILESYS
56+
#define USE_SDCARD
5557
#define USE_ADC
5658
#define USE_SPI
5759
#define USE_DISPLAY // Add SPI Display Support (+2k code)

0 commit comments

Comments
 (0)