This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Use core_version.h from arduino core
ota
Max Prokhorov
6 years ago
parent
e9644229a1
commit
18b1d57d77
2 changed files
with
1 additions
and
4 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
code/espurna/config/all.h
+1
-0
code/espurna/config/prototypes.h
+ 0
- 4
code/espurna/config/all.h
View File
@ -35,7 +35,3 @@
#
include
"sensors.h"
#
include
"sensors.h"
#
include
"webui.h"
#
include
"webui.h"
#
include
"progmem.h"
#
include
"progmem.h"
#
ifdef USE_CORE_VERSION_H
#
include
"core_version.h"
#
endif
+ 1
- 0
code/espurna/config/prototypes.h
View File
@ -2,6 +2,7 @@
#
include
<ArduinoJson.h>
#
include
<ArduinoJson.h>
#
include
<functional>
#
include
<functional>
#
include
<pgmspace.h>
#
include
<pgmspace.h>
#
include
<core_version.h>
extern
"
C
"
{
extern
"
C
"
{
#
include
"user_interface.h"
#
include
"user_interface.h"
Write
Preview
Loading…
Cancel
Save