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
cd8a4314
Commit
cd8a4314
authored
4 years ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
Disable debug via pio.ini if desired
parent
ad7f4bea
master
develop
experimental/example_for_iotwebconf
senseair_s8
v0.3.0
archive/experimental/save_lora_session
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ampel-firmware/web_config.h
+0
-2
ampel-firmware/web_config.h
platformio.ini
+2
-0
platformio.ini
with
2 additions
and
2 deletions
+2
-2
ampel-firmware/web_config.h
+
0
-
2
View file @
cd8a4314
...
...
@@ -11,8 +11,6 @@
#include
"config.h"
#define IOTWEBCONF_DEBUG_DISABLED // Did it change anything?
#include
<IotWebConf.h>
#include
<IotWebConfTParameter.h>
#include
<IotWebConfOptionalGroup.h>
...
...
This diff is collapsed.
Click to expand it.
platformio.ini
+
2
-
0
View file @
cd8a4314
...
...
@@ -16,6 +16,8 @@ platform = espressif8266
board
=
esp12e
framework
=
arduino
monitor_speed
=
115200
;build_flags =
; -D IOTWEBCONF_DEBUG_DISABLED
lib_deps
=
EEPROM
DNSServer
...
...
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