Ryan Powell
585df9a420
[SYS] Update arduino core to 3.1.1 + refactor ino to cpp ( #2177 )
...
* Update arduino core to 3.1.1
* Fix Blufi build
* Update arduinojson, fix build errors with idf
* Fix narrowing
* fix RF builds
* WIP-Convert ino files to cpp
* Fix pilight build
* Fix Somfy actuator build.
* Update esp32dev-rf partition
* Fix Weatherstation build
* Fix GFSunInverter build
* Fix esp32dev-ir build
* Fix ble-aws build
* Fix eth builds
* Fix m5Stack missing pins_arduino.h
* Fix build errors for M5 stack/tough, others are upstream issues.
* Fix RTL 433 build - remaining errors are from radolib
* Fix nodemcu build
* fix 2g builds
* Fix serial build
* Fix actuator on off builds
* Fix SSD1306 build - remaining errors are from radiolib
* Fix multiple definition of OTAserver_cert
* Fix nodemcu rf2 build
* Fix ADC builds
* Fix sensor builds
* Fix LORA builds
* Fix multi-receiver builds - remaining errors are in radiolib
* Fix fastled builds
* Fix theegns board builds
* Fix broker builds
* Update fastled - old version failed all-test build
* Fix RN8209 builds
* Fix max temp actuator builds
* Fix PWM builds
* Fix C37 sensor builds
* Fix HTU21 builds
* Fix INA266 builds
* Fix undefined variables in mqtt discovery
* Fix webui build
* Fix fastled invalid pin error
* Fix wifi manual setup builds
* Fix onewire/all-test build - bin too big error remaining
* Fix theengs plug build
* Fix rfbridge builds
* Fix blufi builds
* Fix undefined functions in serial
* Fix preprocessor definition checks
* Set IDF log level to erre
* Add delay in loop to prevent watchdog timeout
* Use xTaskCreateUniveral to support single core processors
* Remove old HTTPUpdate files - upsteam fixed.
* Cleanup and move common declarations to header file
* Use custom partiton table to fix builds where bin is too large
* Update M5StickC - fixs esp32-m5stick-c-ble build
* Revert to Arduino core 2.x for builds with incompatible libs
* Remove "Z" from file names and rename omg_common to TheengsCommon
* Fix gateway name when using MAC with new Arduino core
* Update IDF config to reduce loop task stack use
* Update esp-nimble-cpp version, corrects BLE uppercase ID's
* Update wifi manager to fix watchdog timeout error
2025-05-06 19:35:50 -05:00
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
flo-x
a06ab76c26
[FASTLED] Make fastled configurable via command-line defines ( #1649 )
2023-05-22 14:47:41 -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
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
BigDi
0a9e8eaf35
Add basic FASTLED function initated by Joen ( #433 )
...
* merge FastLED part of Joen
Co-Authored-By: Leon Kiefer <leon.k97@gmx.de >
2019-08-02 10:20:58 +02:00