Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
27e127e7
Commit
27e127e7
authored
Jan 01, 2020
by
M.K
Committed by
Marcel Stör
Jun 09, 2020
Browse files
Minor typo and wording fixes (#2991)
parent
6926c66b
Changes
1
Show whitespace changes
Inline
Side-by-side
app/include/user_config.h
View file @
27e127e7
...
...
@@ -59,7 +59,7 @@
// NodeMCU supports two file systems: SPIFFS and FATFS, the first is available
// on all ESP8266 modules. The latter requires extra H/W so is less common.
// on all ESP8266 modules. The latter requires extra H/W so
it
is less common.
// If you use SPIFFS then there are a number of options which impact the
// RAM overhead and performance of the file system.
...
...
@@ -101,8 +101,8 @@
// GPIO_INTERRUPT_ENABLE needs to be defined if your application uses the
// gpio.trig() or related GPIO interrupt service routine code. Likewise the
// GPIO interrupt hook is requi
t
ed for a few modules such as rotary. If you
// don't require this functionality, then commenting out these options
out
// GPIO interrupt hook is requi
r
ed for a few modules such as rotary. If you
// don't require this functionality, then commenting out these options
// will remove any associated runtime overhead.
#define GPIO_INTERRUPT_ENABLE
...
...
@@ -170,7 +170,7 @@
#define I2C_MASTER_OLD_VERSION
// The following sections are only relev
e
nt for those developers who are
// The following sections are only relev
a
nt for those developers who are
// developing modules or core Lua changes and configure how extra diagnostics
// are enabled in the firmware. These should only be configured if you are
// building your own custom firmware and have full access to the firmware
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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