fredlcore / BSB-LAN

LAN/WiFi interface for Boiler-System-Bus (BSB) and Local Process Bus (LPB) and Punkt-zu-Punkt Schnittstelle (PPS) with a Siemens® controller used by Elco®, Brötje® and similar heating systems
225 stars 84 forks source link

Re-enable use of Arduino 1.8.19 for ESP32 #627

Closed DE-cr closed 6 months ago

DE-cr commented 6 months ago

With https://github.com/fredlcore/BSB-LAN/commit/0d59fc1f9ecd51dc611259d1fb66d4427615d1c3 compiling for ESP32 using Arduino IDE 1.8.19 is not possible anymore because the types uint64_t and String need to be defined.

fredlcore commented 6 months ago

Thanks, but it's not only relevant for ESP32, but for all, so I moved the existing include above the forward declarations here. Thanks anyways.