8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c4152 commit a736a95Copy full SHA for a736a95
tools/makecorever.py
@@ -70,7 +70,7 @@ def git(*args):
70
text += "#define ARDUINO_ESP8266_RELEASE \"{}\"\n".format(git_desc)
71
text += "#define ARDUINO_ESP8266_RELEASE_{}\n".format(git_desc.replace("-","_").replace(".","_"))
72
else:
73
- text += "#define ARDUINO_ESP8266_DEV 1 // developpment version\n"
+ text += "#define ARDUINO_ESP8266_DEV 1 // development version\n"
74
75
try:
76
with open(path, "r") as inp:
0 commit comments