mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2025-02-15 20:38:11 +01:00
13 lines
325 B
Plaintext
13 lines
325 B
Plaintext
|
# Doodle3D Wifibox configuration
|
||
|
#menu "Configuration"
|
||
|
# depends on PACKAGE_wifibox
|
||
|
|
||
|
config WIFIBOX_DEVEL_PACKAGE
|
||
|
depends on PACKAGE_wifibox
|
||
|
bool "Enable development aids"
|
||
|
default n
|
||
|
help
|
||
|
Enable development features (currently a script to copy and zip all relevant code for updating the git repository).
|
||
|
|
||
|
#endmenu
|