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
Show Core revision as hex string (
#1786
)
master
Max Prokhorov
5 years ago
committed by
GitHub
parent
88b8fcc9e4
commit
0dbfce1444
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
code/espurna/utils.ino
+ 1
- 1
code/espurna/utils.ino
View File
@ -50,7 +50,7 @@ String getCoreVersion() {
String
getCoreRevision
(
)
{
#
ifdef ARDUINO_ESP8266_GIT_VER
return
String
(
ARDUINO_ESP8266_GIT_VER
)
;
return
String
(
ARDUINO_ESP8266_GIT_VER
,
16
)
;
#
else
return
String
(
"
"
)
;
#
endif
Write
Preview
Loading…
Cancel
Save