TD-er
4abc8a7cb1
Merge branch 'mega' into feature/fetchConfig
2021-11-18 23:34:46 +01:00
Ton Huisman
9391498f7e
[Build] Enable Dummy device and Neopixel on ESP32 Custom (script)
2021-11-11 22:20:24 +01:00
TD-er
7534626f81
Merge branch 'mega' into feature/fetchConfig
2021-11-05 23:16:30 +01:00
TD-er
5205d59da9
[Webflasher] Do not create index.html during build
...
It can only be used when served from a web server, so no need to include it in the ZIP file.
It has to be created manually on a server.
2021-10-26 09:46:46 +02:00
TD-er
dd6cc78812
[Build] Include flash size on all PlatformIO envs
2021-10-26 09:21:46 +02:00
TD-er
8d1a76202f
[Webflasher] Add groups in selection combobox
2021-10-25 22:37:32 +02:00
TD-er
6f5965ce23
[build] Make sure Python requirements are installed
...
And do not generate manifest for ESP32 bin files which are not "factory" bins.
2021-10-25 17:47:59 +02:00
TD-er
f911c3d6d6
[Build] Add option "esp8266" to be the same as "esp82xx"
...
It is a bit confusing to (only) have "esp82xx" as I made the mistake a few times myself.
2021-10-25 17:17:04 +02:00
TD-er
5471e21a82
[Webflasher] Generate html page for web flasher
2021-10-25 17:05:29 +02:00
TD-er
77197c8e88
[WebFlasher] Generate manifest.json file per build
2021-10-25 00:50:34 +02:00
TD-er
a66f91bead
[Build] Cleanup of Compile time defines scripts
2021-10-24 19:44:01 +02:00
TD-er
219c24c9e2
[Build] Fix quotes issue on compile time defines
2021-10-24 19:17:13 +02:00
TD-er
1fa1820dd2
Merge branch 'mega' into feature/fetchConfig
2021-10-22 12:09:59 +02:00
TD-er
ee9a903141
[Build] Concat Globals .cpp files to help building in Windows
2021-10-20 23:44:26 +02:00
TD-er
e28da82cbc
[Build] Fix build on Windows for ESP32 Max LittleFS builds
...
Needed to add another folder to concatenate .cpp files to allow linking to work again after upgrade of the IR library.
2021-10-20 22:34:50 +02:00
TD-er
7ea658f408
Merge branch 'mega' into feature/fetchConfig
2021-08-12 22:50:14 +02:00
TD-er
961a69a2e9
[Cache Controller] Allow to save sample time in local time
...
Default is to save it using Unix Time, but that may be hard to use later if you need local time.
2021-08-09 03:04:41 +02:00
TD-er
287fefa53e
Merge branch 'mega' into feature/fetchConfig
2021-08-02 21:55:20 +02:00
TD-er
5f1aa7fb94
Merge pull request #3710 from Tall-Paul/fix-post-esp32
...
fix for building esp32 firmware from directory with space in name
2021-07-31 21:02:01 +02:00
TD-er
57a9c38833
[Custom build] Make external RTC optional via USE_EXT_RTC define
...
Saves almost 5k in build size when not used.
2021-07-31 16:56:05 +02:00
unknown
59fc7da2f9
fix for building esp32 firmware from directory with space in name
2021-07-21 21:19:09 +01:00
TD-er
c7dd1ab2f6
Merge branch 'mega' into feature/fetchConfig
2021-07-05 09:51:01 +02:00
TD-er
d1aa4a39ab
[Cleanup] Fix some possible uninitialised members & other loose ends
2021-07-02 19:28:39 +02:00
TD-er
c1f31839ad
Merge branch 'mega' into feature/fetchConfig
2021-06-08 00:04:01 +02:00
TD-er
98c584abcb
Merge branch 'mega' into some-more-action
2021-06-06 10:17:38 +02:00
TD-er
abe56a735b
Merge branch 'mega' into feature/fetchConfig
2021-06-05 09:21:15 +02:00
TD-er
6c8047dfcb
Merge branch 'mega' into feature/fetchConfig
2021-05-31 20:06:38 +02:00
TD-er
93ffa93f76
Merge branch 'mega' into feature/Split_P003_pulse
2021-05-31 20:03:20 +02:00
TD-er
011fa33368
[Mem analysis] Log free memory during setup phase
2021-05-31 16:15:04 +02:00
TD-er
437c29f398
[P003 Pulse] Fix compile issue when plugin not included in build.
2021-05-30 11:29:48 +02:00
TD-er
476da46e07
Merge branch 'mega' into feature/fetchConfig
2021-05-17 21:46:27 +02:00
TD-er
540d2f9f86
[Cleanup] Remove SI1145 from standard custom build, to make it fit
2021-05-17 15:48:51 +02:00
Maxim Prokhorov
4082a3fc84
ci: release single binaries .zip, merge all available build artifacts
2021-05-15 22:50:28 +03:00
TD-er
76b4d40b5e
[Provisioning] Add factory default defines to ease deployment of nodes
2021-05-15 17:11:20 +02:00
TD-er
a8bc00cede
[Provisioning] Allow to fetch config via commands from HTTP server
...
To ease provisioning a number of nodes, an administrator should be able to configure some host + credentials to fetch files from a server and allow to update a node via rules.
The commands do not allow to fetch files from just anywhere, since the user must explicitly enable and configure it.
Therefore it is controlled by the administrator whether a file may be fetched and what file to fetch.
It is also possible to include some system variable in the URL, like `%mac%` which will be URL encoded when fetching the file.
2021-05-15 16:44:03 +02:00
TD-er
cf56763aca
[Linux Build] No longer use before_deploy from build_ESPeasy.sh
...
When building from an older version, you could still run the dangerous before_deploy script, which could possibly wipe all from your system if you have not installed core_utils.
2021-05-12 00:40:24 +02:00
TD-er
b507cac6bd
[Linux Build] Cleanup + document build script + add options
...
Added:
- Option to build in specific src dir
- Option to build a specific Git Tag
- Option to select only docs/esp32/esp82xx to build
Moved Python virtual env folder inside src dir.
Show summary for 5 seconds before continuing.
2021-05-11 23:21:11 +02:00
TD-er
a6a8ce71ad
Merge branch 'mega' into P003-2.2-PULSE-enhancement
2021-05-03 00:37:56 +02:00
Ton Huisman
9b8c1359b9
[Build] Split testing sets into 4 pieces
2021-04-24 14:19:55 +02:00
TD-er
1cbaf4b73f
Merge branch 'mega' into P003-2.2-PULSE-enhancement
2021-04-11 16:26:08 +02:00
KimPanda4
b921deb0ad
Review corrections re. logging, commands, memspace
2021-04-03 01:16:26 +02:00
Ton Huisman
032585e94c
[ESP32 MAX] Add 16M1M config (SPIFFS), rename 2M/8M (LittleFS) configs
2021-04-02 20:36:44 +02:00
Ton Huisman
e12e2fa577
Merge branch 'mega' into feature/ESP32_16MB-flash-max-plugins
2021-03-31 21:25:43 +02:00
Ton Huisman
1ae36a0970
[Build] Display timestamp after copying files to build_output
2021-03-28 18:23:07 +02:00
KimPanda4
fab1a362d3
avoided nested switch, added overdue statistics
2021-03-28 01:04:14 +01:00
Ton Huisman
b4f7493730
[ESP32 MAX] Switch to LittleFS, only 16M2M and 16M8M configs + ETH
2021-03-07 20:35:16 +01:00
Ton Huisman
36dec2b6f4
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/ESP32_16MB-flash-max-plugins
2021-03-07 13:36:12 +01:00
Ton Huisman
f5c8efb142
[ESP32 MAX] Add configuration with 1MB SPIFFS
2021-03-06 21:54:03 +01:00
Ton Huisman
0ee1397e61
[ESP32 MAX] Extend configurations with 2MB and 4MB SPIFFS, 4MB default
2021-03-06 16:41:38 +01:00
Ton Huisman
10d07c2376
[ESP32 MAX] Configuration for ESP32 with 16MB Flash
2021-03-05 21:52:55 +01:00