Commit Graph
28 Commits
Author SHA1 Message Date
Gijs Noorlander a6947f5eee [Build] Fix using GCC 10.1 toolchain 2020-07-31 17:49:08 +02:00
Gijs Noorlander 00def40abe [Build] Revert back to SDK22x_190703 + alt_wifi build 2020-07-30 23:20:09 +02:00
Gijs Noorlander 4806e12c09 [SDK] Disable alt_wifi and use SDK22x_191122 for all builds
Use PIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_191122 for all builds, unless mentioned otherwise.

This does seem to work just fine and reduces the number of bin files.
2020-07-30 13:18:33 +02:00
Gijs Noorlander 1e7076cf6f [Arduino] Update to core 2.7.3 2020-07-30 13:15:06 +02:00
Gijs Noorlander 8a36206731 [GCC 10] Fix compile issues with GCC 10.1 2020-07-25 00:44:54 +02:00
Gijs Noorlander ec8a0e204c [Alternate WiFi] Use different SDK build for nodes with WiFi issues (#2931)
Fixes: #2931
2020-07-24 23:15:10 +02:00
Gijs Noorlander 711eaf60bd [PIO ESP32] Update to latest Platformio espressif32@1.12.4 2020-07-18 15:30:09 +02:00
Gijs Noorlander 124a9976b6 [PIO] Use espressif8266@2.5.2 with fixed esp8266_stack_decoder 2020-06-22 15:47:51 +02:00
Gijs Noorlander b59bcee79b [ESP32] Update to platform-espressif32@1.12.2 2020-06-08 13:02:53 +02:00
Gijs Noorlander d485a5b785 [PIO] Hide deprecated warning for SPIFFS 2020-06-06 12:43:54 +02:00
Gijs Noorlander 717ff99524 [PIO] Move to esp8266/Arduino core 2.7.1 2020-05-23 16:47:08 +02:00
Gijs Noorlander 180af6a674 [PIO] Upgrade to platformio / platform-espressif8266 @2.5.0 2020-05-04 18:08:16 +02:00
Gijs Noorlander 784404792c [PIO] Generate filename at build, not in post processing
Generate filename, included in the build
Use post Python scripts to move files to the right directory
Use post Python scripts to generate .bin.gz files.
2020-05-03 01:05:20 +02:00
Gijs Noorlander 4260efb3bd [Core 2.7.0] Switch to esp8266/Arduino 2.7.0 2020-05-02 14:47:57 +02:00
Gijs Noorlander 1bfb6cd56f [ESP32 OTA] Exclude ESP32HTTPUpdateServer lib for ESP82xx builds 2020-04-13 10:23:54 +02:00
TD-er 07c8d95f1c Merge branch 'mega' into feature/MQTTclientID 2020-04-10 19:04:44 +02:00
Gijs Noorlander 03b86b42d8 [WiFi] Switch to default PIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_190703
This one does seem to be the more stable one.
Still a bit uncertain what the difference is between
- `PIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_190703`
-`PIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_191122`
2020-04-10 13:57:22 +02:00
Gijs Noorlander ae2b23e508 [LWIP2] Change LWIP2 from low mem to high bandwidth
In an attempt to make the ESP respond faster as we have a lot of reports related to timeouts and lost connections lately.
2020-04-02 00:46:21 +02:00
Gijs Noorlander cb99058d05 [PIO] Use platform_packages for all core libs supporting those 2020-03-28 02:07:15 +01:00
Gijs Noorlander 5e99087ec6 [PIO] feature/stage no longer available for building latest core libs 2020-03-28 01:36:34 +01:00
Gijs Noorlander 4e7cb1e32d [Build] Split controllers on minimal OTA builds
Split Domoticz and FHEM/HomeAssistant/OpenHAB into separate builds as these are most likely never used together.
2020-03-05 15:12:25 +01:00
Gijs Noorlander 771a46757f [Cleanup] Use StringProvider to share more code + ESP32 core lib 1.11.2 2020-03-03 10:40:00 +01:00
Gijs Noorlander 3919cffba1 [PIO] Update to core 2.6.3 2020-02-03 20:26:38 +01:00
Gijs Noorlander a3a10f23f1 [WiFi] Improve ESP32 WiFi connect + fix mDNS updates 2019-12-03 12:22:23 +01:00
Gijs Noorlander e75702eec8 [PIO] Update to core 2.6.2
And use new platform_packages syntax for the `regular_platform`
2019-12-01 23:52:32 +01:00
Gijs Noorlander cc4d324a17 [Build] Change to SDK 20190703 to improve WiFi
See:
- https://github.com/esp8266/Arduino/pull/6724#issuecomment-556243781
- https://github.com/esp8266/Arduino/issues/5784#issuecomment-557500450
2019-11-22 13:01:27 +01:00
Gijs Noorlander a8776b6fc5 [PIO] Add core 2.6.1 SDK3 builds and PIO env list for Vagrant
Create a file named "pio_envlist.txt" next to the Custom.h for Vagrant with the selected env names in it, one per line.
Vagrant will then build all named PIO environments.
2019-11-21 10:23:30 +01:00
Gijs Noorlander b3d5eb77d3 [PIO] Split platformio.ini into separate files + cleanup. 2019-11-20 13:49:40 +01:00