Commit Graph

95 Commits

Author SHA1 Message Date
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
Jason2866 3e46e6169e
Update platformio_tasmota_env32.ini 2020-07-04 12:18:45 +02:00
Jason2866 e997ce4a8a
Update platformio_tasmota_env32.ini 2020-06-02 18:05:15 +02:00
Theo Arends af32b3f5e5 Add ESP32 configuration webcam 2020-05-12 15:42:16 +02:00
Theo Arends 640c834bad Add ESP32webcam to CI 2020-05-12 14:59:41 +02:00
Theo Arends d0daea1037 Change ESP32 from Wemos to ESP32dev
- Change ESP32 from Wemos to ESP32dev
- Add environment tasmota32-webcam using esp32cam
2020-05-12 14:54:18 +02:00
Theo Arends 50614a18b5 Rename language files to fix compilation error 2020-05-05 17:09:48 +02:00
Jason2866 ed07a63c6f
Use cmd extends for ESP32 Env definition...
to declutter
2020-04-23 15:10:06 +02:00
Jason2866 bfead88b7d
irremote full for esp8266 and esp32 2020-04-16 19:48:01 +02:00
Jason2866 006e606509
ESP32 board partition 2020-04-14 18:45:42 +02:00
Jason2866 f8a63c3a7c
Add files via upload 2020-04-13 20:00:55 +02:00