Files
unlogisch04 6d06b60897 Update OTA setup and WiFi hostname configuration
- Modify OTA setup for ESP8266 and ESP32 to disable mDNS and adjust initialization.
- Change WiFi hostname to include MAC address for unique identification.
- Disable auto connect on boot for ESP8266 to ensure proper setup.
2025-12-23 01:25:45 +01:00
..
2025-09-17 18:06:09 +03:00
2022-07-04 02:28:12 +03:00
2025-05-31 19:13:04 +03:00
2025-04-25 23:36:49 +03:00
2022-06-28 20:08:00 +03:00

This directory is intended for project specific (private) libraries.
PlatformIO will compile them to static libraries and link into executable file.

The source code of each library should be placed in a an own separate directory
("lib/your_library_name/[here are source files]").

For example, see a structure of the following two libraries `Foo` and `Bar`:

|--lib
|  |
|  |--Bar
|  |  |--docs
|  |  |--examples
|  |  |--src
|  |     |- Bar.c
|  |     |- Bar.h
|  |  |- library.json (optional, custom build options, etc) https://docs.platformio.org/page/librarymanager/config.html
|  |
|  |--Foo
|  |  |- Foo.c
|  |  |- Foo.h
|  |
|  |- README --> THIS FILE
|
|- platformio.ini
|--src
   |- main.c

and a contents of `src/main.c`:
```
#include <Foo.h>
#include <Bar.h>

int main (void)
{
  ...
}

```

PlatformIO Library Dependency Finder will find automatically dependent
libraries scanning project source files.

More information about PlatformIO Library Dependency Finder
- https://docs.platformio.org/page/librarymanager/ldf.html