Commit Graph
13 Commits
Author SHA1 Message Date
Ton Huisman 71fa3a0500 [Docs] Separate status for ESP32 and ESP8266 on each page 2026-03-12 23:32:55 +01:00
TD-er 1afcaf8e5b [ESP32-S3] Fix board definitions + build errors on ESP32-S3 2023-05-03 00:18:19 +02:00
TD-er 43ba035443 [ESP32-S2] Mark ESP32-s2 and ESP32-c3 as ESPEasy platforms 2021-09-17 00:47:41 +02:00
TD-er 3e461b97f2 [ESPEasy p2p] Split p2p data structs into C++ objects (#3264)
As preparation of issue #3264
2020-09-23 14:55:48 +02:00
tonhuisman 0629084b47 [Docs] Fixed some typos and Sphinx syntax errors 2020-08-03 10:54:57 +02:00
Gijs Noorlander 1b26282d74 [Docs] Update docs related to p2p UDP port no longer need reboot 2020-07-19 15:48:03 +02:00
Gijs Noorlander 94abb74c25 Transform defines in EventValueSource into enum 2020-06-08 14:17:06 +02:00
Gijs Noorlander 836ad1397b [Rules] Parse template for all command calls
Until now a lot of ways to handle a command were handling the pre-processing of the command differently.
So the source of the command can make a difference whether system variables can be used for example.

Now all use the same function to pre-process the commands.
2019-12-03 19:20:43 +01:00
Gijs Noorlander 800e7d224c [Docs] Document sharing plugin via ESPeasy p2p controller
Fixes #2522
2019-08-08 23:11:57 +02:00
TD-er 37d6140434 [Sphinx docs] Some small doc build fixes
- There were some unicode characters
- JPG file had wrong image type
- Documented the needed packages to build LaTeX documentation in Linux (still fails to build PDF dus to chapter count overflow)
2019-02-24 23:19:46 +01:00
Gijs Noorlander b9f999d79f [Docs] Split Sphinx plugin substitutions to speed-up build
Split the plugin related substitutions into separate files (per 10) to speed-up building docs.

Please note the use of indirect paths used in includes, needed to link those replacements from other directories.
2018-11-29 23:55:22 +01:00
Gijs Noorlander 776277b179 [Docs] Move Sphinx substitutions to separate file to speed-up build 2018-11-29 22:37:58 +01:00
Gijs Noorlander 56fb47b6a8 [Docs] Document ESPeasy p2p controller
And renamed some structs
2018-11-29 18:41:36 +01:00