Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
co2ampel
ampel-firmware
Commits
9d0a0e38
Commit
9d0a0e38
authored
3 years ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
Disable debug on ESP8266 to save some RAM
parent
3ec7cefb
Pipeline
#5838
passed with stage
in 2 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platformio.ini
+3
-2
platformio.ini
with
3 additions
and
2 deletions
+3
-2
platformio.ini
+
3
-
2
View file @
9d0a0e38
...
...
@@ -20,8 +20,9 @@ lib_deps =
EEPROM
DNSServer
prampec/IotWebConf@^3.2.0
;build_flags =
; -D IOTWEBCONF_DEBUG_DISABLED
build_flags
=
; Disabling debug helps a bit with available memory.
-D
IOTWEBCONF_DEBUG_DISABLED
[env:esp32]
platform
=
espressif32
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets