Susis Strolch 21011c548e GIT hooks: post-merge, post-commit, post-checkout
scripts intended as local git hooks.
post-merge:
- create symlink ESPEasy - if necessary
- add "#define BUILD_GIT <git revision>" to Custom.h
- add "#define USE_CUSTOM_H" to src/ESPEasy-Globals.h

post-commit:
- add "#define BUILD_GIT <git revision>" to Custom.h

post-checkout:
- on branch checkout also add "#define BUILD_GIT <git revision>"
2018-04-14 11:28:05 +02:00
2018-04-09 13:09:59 +02:00
2018-01-15 23:04:40 +01:00
2018-03-04 18:14:58 +01:00
2015-06-30 14:31:28 +00:00
2018-02-02 12:52:12 +01:00
2018-01-12 02:02:43 +01:00

ESPEasy (development branch)

Build status: Build Status

Introduction and wiki: https://www.letscontrolit.com/wiki/index.php/ESPEasy#Introduction

MEGA :warning:This is the development branch of ESPEasy. All new untested features go into this branch. If you want to do a bugfix, do it on the stable branch, we will merge the fix to the development branch as well.⚠️

Next stable branch: https://github.com/letscontrolit/ESPEasy/tree/v2.0 (bug fixes only, since oct 2017))

Check here to learn how to use this branch and help us improving ESPEasy: http://www.letscontrolit.com/wiki/index.php/ESPEasy#Source_code_development

Automated binary releases

Every night our build-bot will build a new binary release: https://github.com/letscontrolit/ESPEasy/releases

The releases are named something like 'mega-20180102' (last number is the build date)

Depending on your needs, we release different types of files:

Firmware name Hardware Included plugins
ESPEasy_mega-20180102_normal_ESP8266_1024.bin ESP8266 with 1Mb flash Stable
ESPEasy_mega-20180102_test_ESP8266_1024.bin ESP8266 with 1Mb flash Stable + Test
ESPEasy_mega-20180102_dev_ESP8266_1024.bin ESP8266 with 1Mb flash Stable + Test + Development
ESPEasy_mega-20180102_normal_ESP8266_4096.bin ESP8266 with 4Mb flash Stable
ESPEasy_mega-20180102_test_ESP8266_4096.bin ESP8266 with 4Mb flash Stable + Test
ESPEasy_mega-20180102_dev_ESP8266_4096.bin ESP8266 with 4Mb flash Stable + Test + Development
ESPEasy_mega-20180102_normal_ESP8285_1024.bin ESP8285 with 1Mb flash Stable
ESPEasy_mega-20180102_test_ESP8285_1024.bin ESP8285 with 1Mb flash Stable + Test
ESPEasy_mega-20180102_dev_ESP8285_1024.bin ESP8285 with 1Mb flash Stable + Test + Development

More info

Details and discussion are on the Experimental forum: https://www.letscontrolit.com/forum/viewforum.php?f=18

We're also on IRC: #ESPEasy @freenode

S
Description
Easy MultiSensor device based on ESP8266/ESP32
http://www.espeasy.com/
Readme
518 MiB
Languages
C++ 72.2%
C 23.5%
JavaScript 2.2%
Python 1.4%
Shell 0.2%
Other 0.3%