this repo has no description
1; PlatformIO Project Configuration File
2;
3; Build options: build flags, source filter
4; Upload options: custom upload port, speed and extra flags
5; Library options: dependencies, extra library storages
6; Advanced options: extra scripting
7;
8; Please visit documentation for the other options and examples
9; https://docs.platformio.org/page/projectconf.html
10
11[env:esp32dev]
12platform = espressif32
13board = esp32doit-devkit-v1
14framework = arduino
15lib_deps = knolleary/PubSubClient@^2.8