Florian
3187ed6154
[SERIAL] Enable SERIAL to X communication ( #2068 )
...
Add Serial as a communication layer so as to transmit data to/from serial
Enable discovery of BT sensors through serial
Add serial heartbeat
Change discovery principle for interval and intervalacts, keep them always discovered and deactivate adaptivescan when changed. Instead of removing their discovery when adaptive scan is activated
Increase JSON_MSG_BUFFER_MAX as we are now using const char* and it requires more memory for Arduino Json Deserialization
Co-authored-by: Florian <1technophile@users.noreply.github.com >
2024-09-26 06:55:26 -05:00
Florian
2065d57e11
[BOARDS] Remove Arduino boards ( #1929 )
2024-04-10 15:48:05 -05:00
Northern Man
bf004b078b
Fixing headers for gateway modules ( #1554 )
...
* Fixing red squiggles in VSCode/PlatformIO
* Lint issues
2023-03-28 10:33:16 -05:00
DigiH
807c668489
Small typo fixes ( #1359 )
...
A few small typo fixes
2022-12-12 22:58:51 +01:00
Radim
d392964b90
ADC improvement & fix ( #1314 )
...
* fix when ADC_DIVIDER is defined
NEW multiple readings option
* publish at least every 1min
* define minimum pub adc interval
2022-11-10 06:21:05 -06:00
Florian
c9e6de1a1c
Replace pin by gpio ( #631 )
...
* replace _PIN by _GPIO
* add mention about the goal of -all binaries
* [breaking] change json key from "pin" to "gpio" for actuatorONOFF
2020-06-13 20:04:36 -05:00
Leon Kiefer
10a9d00aaf
Added clang-format ( #623 )
...
* added .clang-format
* added names to travis jobs
removed deprecated travis option
* check github action
* added .gitignore
2020-06-09 16:09:23 -05:00
Jonathan
9fc5ba99f5
Allow pins/settings to be defined in INI file ( #597 )
...
* Allow pins/settings to be defined in INI file
* Open to make publishing ManufacturerData optional
2020-05-03 08:56:40 -05:00
Florian
4b1f09b06b
Wifi managers improvements ( #503 )
...
* Add parameters to wifi manager: gateway name and base topic
Enable to restart the ESP and erase the parameters by MQTT
2019-12-07 10:18:42 +01:00
Florian
8471585d3d
Platformio integration ( #424 )
...
* adaptation of structure to platformio
* also remove zgatewayRF315 (not usefull)
* replace boolean by bool
#155
2019-07-18 22:45:45 +02:00