Commit Graph

60 Commits

Author SHA1 Message Date
Jason2866 517499b90a
Solo1 OTA wdt fix 2021-07-20 16:44:17 +02:00
Jason2866 3ab4a2a3e0
New framework LITTLEFS -> LittleFS 2021-07-18 23:14:10 +02:00
Jason2866 7f9e158504
Add more libs to ignore 2021-07-15 18:34:55 +02:00
Jason2866 179d25155d
Move PSRAM cache fixe definitions in boards.json
* PSRAM defs are in boards.json

* -mfix-esp32-psram-cache-strategy=memw

* -mfix-esp32-psram-cache-strategy=memw

* -mfix-esp32-psram-cache-strategy=memw
2021-07-13 14:44:59 +02:00
Jason2866 52173cc4dd
QIO not working with platformio to build/flash 2021-07-10 12:24:12 +02:00
Jason2866 8d3997209a wrong link to platform 2021-06-22 18:56:45 +02:00
Jason2866 9fdb86abe9 More refactor Platformio 2021-06-22 18:38:54 +02:00
Jason2866 213e49e998 make override possible for flags 2021-06-22 16:39:00 +02:00
Stephan Hadinger 28da131932 Simplified configuration for ir-full, tasmota-ircustom no more needed 2021-06-21 13:49:56 +02:00
Jason2866 f79b362644
rm upload speed 2021-06-18 10:36:10 +02:00
Jason2866 d264a50f79
Rm BT exceptions 2021-06-17 09:51:51 +02:00
Jason2866 ca924b631f
Enable exceptions for bluetooth 2021-06-16 20:06:52 +02:00
Jason2866 c70990572d
LVGL
* tasmota32-lvgl.bin
2021-06-16 17:45:44 +02:00
Jason2866 78840eea2f
Remove redundant speed settings (MCU & Flash) from Platformio
since it is in boards
2021-06-10 18:50:39 +02:00
Jason2866 b1aa8b94f4
Refactor ESP32 partition selection via boards.json 2021-06-01 15:19:04 +02:00
Jason2866 87a69fa2d4 littlefs 2021-04-20 17:35:19 +02:00
Jason2866 2e8d8a9af9 add variant solo1 2021-04-20 17:19:49 +02:00
Jason2866 fe035eea47 remove redundant 2021-04-18 11:55:16 +02:00
Jason2866 5f7ed8ce4a
Refactor Platformio 2021-04-17 19:47:42 +02:00
Jason2866 2ff5de0b2f Change SPIFFS partions 2021-04-16 11:25:49 +02:00
Jason2866 bd791db715 missing -DFIRMWARE_TASMOTA32 2021-03-14 11:37:54 +01:00
Jason2866 3be135cb1c Tasmota32 with env 2021-03-14 11:21:55 +01:00
Jason2866 75f1d2a26d Phase 2 of new Tasmota32 build variants 2021-03-13 15:48:38 +01:00
Jason2866 9b626c6ae7
remove tasmota32-lite 2021-03-12 09:48:04 +01:00
Jason2866 7716bc8a8f mv some ESP32 libs 2021-03-11 14:48:59 +01:00
Jason2866 dae3f0723d
workaround for Platformio issue...
not including needed psram-workaround libraries.
Fixed in upcoming next Arduino ESP32 release with merged PR https://github.com/espressif/arduino-esp32/pull/4911/files
Thx @jsg who addressed this in Discord chat.
2021-03-10 09:10:55 +01:00
Jason2866 e067c18847 remove redundant cc1101 entry 2021-02-14 16:30:34 +01:00
Jason2866 0e0275cf43
Patch 2 (#173)
* ili9341 update

* update ili9341

* Update support_tasmota.ino

* fix scripter bug

* Deep+

* Update ILI9341_2.cpp

Fix invert display

* Update xdsp_04_ili9341.ino

Fix display modes

* fix ili9341 m5stack

* Refactor DHT negative temps

* Standardize on unconnected pin being -1

* Back to chain+

* Strict

* strict

* Update platformio_tasmota32.ini

* Fix renderer

* Change NeoPixelBus library from v2.6.0 to v2.6.1.4

* display batch

* Update xdrv_13_display.ino

* ldf strict

Co-authored-by: gemu2015 <gmutz2010@googlemail.com>
Co-authored-by: Theo Arends <11044339+arendst@users.noreply.github.com>
2021-02-14 16:04:03 +01:00
Theo Arends 42c5af1b70 Remove ESP32 minimal support 2021-02-12 16:26:51 +01:00
Jason2866 995fbc838a Tasmota variant ESP32 bluetooth 2021-02-11 13:53:21 +00:00
Jason2866 6cdbd3fa68
tasmota32-ble 2021-02-11 13:43:49 +01:00
crispy78 84d39df31d
Update platformio_tasmota_env32.ini 2021-02-05 20:24:42 +01:00
Jason2866 33ad3255e9
Optimize core2 and odroidgo settings 2021-01-22 17:39:28 +01:00
Theo Arends 4e90656c50 Add core2 2021-01-20 14:10:37 +01:00
gemu2015 f22de759b5 add core2 2021-01-20 08:48:29 +01:00
Jason2866 57870cd130
-mfix-esp32-psram-cache-issue 2021-01-05 22:34:48 +01:00
Jason2866 e1d71e879d
spiffs 2021-01-05 10:06:34 +01:00
Jason2866 2a7f4179b1
Odroid has 4Mb PSRAM 2021-01-02 16:14:32 +01:00
Theo Arends 37bd2a99f6 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)
2020-12-29 18:03:05 +01:00
Theo Arends f004cfea60 Breaking change regarding MFRC522 and ILI9341
- 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``
2020-12-29 17:42:53 +01:00
Theo Arends d161026534 Add support for Afrikaans language translations by Christiaan Heerze 2020-12-28 11:53:02 +01:00
Jason2866 8e5205f35f
Update platformio_tasmota_env32.ini 2020-11-13 19:08:54 +01:00
Jason2866 9e7c059514 -mno-target-align 2020-11-05 07:45:35 +00:00
Theo Arends 57a3e7f88c Fix ESP32 issues 2020-10-31 17:28:33 +01:00
Jason2866 dc076f6558
Update platformio_tasmota_env32.ini 2020-10-28 14:46:41 +01:00
Jason2866 e454c54e6d move libs in folder lib 2020-10-26 12:51:06 +00:00
Jason2866 e699c71c78
Update platformio_tasmota_env32.ini 2020-10-26 11:34:03 +01:00
Jason2866 71192db442
remove redundant entrys in PlatformIO ENV32 2020-10-26 08:17:10 +01:00
Jason2866 0ae067444a split lib 2020-10-25 13:59:04 +01:00
Theo Arends fc524dff75 Support for Vietnamese language translations 2020-10-12 11:29:36 +02:00