14 lines
366 B
Plaintext
14 lines
366 B
Plaintext
.pio
|
|
.vscode/.browse.c_cpp.db*
|
|
.vscode/c_cpp_properties.json
|
|
.vscode/launch.json
|
|
.vscode/ipch
|
|
|
|
# I don't use the lib directory, so no need to have it in the repo.
|
|
# It will be autocreated by PlatformIO, therefore I ignore it here.
|
|
lib
|
|
|
|
# This file contains local configuration information required to
|
|
# connect to the WiFi network and MQTT broker
|
|
src/config_local.h
|