Change OPTION_CLIENT_SERVER default to true

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9045 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: abdfb68fcc6bd39524b4c64c2fdd82804409d516
Former-commit-id: 004ab597c3df8390cc63aa084a2ce69028a2c772
This commit is contained in:
beaglejoe 2023-06-25 23:32:36 +00:00
parent bfc364b8ab
commit fe8715ee26

View file

@ -84,7 +84,7 @@ MACRO(ADD_SD_COMPILE_OPTIONS)
SET(OPTION_WEBSERVER true CACHE BOOL "Build with WebServer functionality")
SET(OPTION_CLIENT_SERVER false CACHE BOOL "Build with Client/Server network architecture")
SET(OPTION_CLIENT_SERVER true CACHE BOOL "Build with Client/Server network architecture")
SET(OPTION_PARAM_OPTIMIZER false CACHE BOOL "Build with Parameter Optimizer for Robot development")