Version AP avec mdp, bateaux en régime TOR

This commit is contained in:
2024-05-18 15:17:13 +02:00
commit 21b326092e
11 changed files with 1886 additions and 0 deletions

13
main/Kconfig.projbuild Normal file
View File

@@ -0,0 +1,13 @@
menu "Example Configuration"
config BROKER_URL
string "Broker URL"
default "mqtt://mqtt.eclipseprojects.io"
help
URL of the broker to connect to
config BROKER_URL_FROM_STDIN
bool
default y if BROKER_URL = "FROM_STDIN"
endmenu