Commit Graph
23 Commits
Author SHA1 Message Date
TD-er 74459212b7 [Cleanup] Rename some to clarify msec or usec interval 2020-09-28 22:11:19 +02:00
TD-er 4b10be91b1 [DS2423] Add 1-wire counter
As made by @ToniA
See [the forum](https://www.letscontrolit.com/forum/viewtopic.php?p=46736#p46736)
2020-09-16 13:58:25 +02:00
Michał Obrembski c204600c05 Fixed compile-time defines not working in ESP32 platform
Added short SHA id in SET_BUILD_GIT_HEAD, since just branch name is not very useful to inspect history
2020-08-25 21:53:32 +02:00
Gijs Noorlander f1d05a59af [I2C] Add PLUGIN_WEBFORM_SHOW_I2C_PARAMS to separate I2C address setup
Also made an example for P036 Framed OLED.
2020-08-20 11:51:45 +02:00
Gijs Noorlander 98a2cac61c Include C015 in the custom build for testing 2020-08-05 00:57:34 +02:00
Gijs Noorlander 234bf3a902 [Build] Do not generate .bin.gz for 1M builds as no support 2-step OTA 2020-07-30 16:18:13 +02:00
Gijs Noorlander a4b384fcae [Modbus RTU] Move Modbus code to .h/.cpp file to reduce size 2020-06-29 10:51:03 +02:00
Gijs Noorlander 1b55ddc84a [ESP32] Only define FEATURE_ARDUINO_OTA in build config, not in .h files 2020-06-22 12:02:37 +02:00
TD-er 997dfccd61 Merge branch 'mega' into feature/deprecate_SPIFFS 2020-06-08 08:51:51 +02:00
TD-er 193d4c9217 Merge branch 'mega' into feature/deprecate_SPIFFS 2020-06-06 16:57:23 +02:00
TD-er 158d7aa50a Merge branch 'mega' into issue/3100_extend_custombuild 2020-06-06 16:54:17 +02:00
Gijs Noorlander ac3c46c227 [Build] Add ina219 and mpu6050 to custom build (#3100)
Fixes: #3100
2020-06-06 16:53:46 +02:00
Gijs Noorlander 39a10b0741 [Build] Fix Python 3.8 build when no .git dir or pygit2 not installed 2020-06-06 15:37:06 +02:00
Gijs Noorlander 2faf88fd23 [LittleFS] Make switching between SPIFFS and LittleFS easy to do
Just add "_LittleFS" to the PIO env label and it will compile with LittleFS instead of SPIFFS.

First impression:
- Load speed of web page is just WOW! (average 170 msec)
- Saving settings is terribly slow (1...2 seconds)
2020-05-05 00:40:41 +02:00
Gijs Noorlander 568cf00f93 [PIO] Compare build sizes when copying the build files. 2020-05-04 00:31:55 +02:00
Gijs Noorlander ea77edd48d [PIO] Include PlatformIO env dump in build output for diagnostics 2020-05-03 20:17:08 +02:00
Gijs Noorlander 0c7d0969ac [PIO] GZip and copy files to build_output directory 2020-05-03 18:34:53 +02:00
Gijs Noorlander 3be16b2186 [PIO] Add Git branch description to build info 2020-05-03 12:22:47 +02:00
Gijs Noorlander da27bfd13c [PIO] Final fix for proper quote level per OS + store build platform 2020-05-03 11:50:14 +02:00
Gijs Noorlander f05be9569f [PIO] Fix Windows/Linux detection in number of quote levels 2020-05-03 11:07:10 +02:00
Gijs Noorlander 3a62514576 [PIO] Attempt to fix missing quote level in Linux 2020-05-03 02:00:05 +02:00
Gijs Noorlander 2afbd0f3ee [PIO] Fix showing binary file name in sysinfo page 2020-05-03 01:45:15 +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