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
Hide 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.
...
...
@@ -87,7 +87,7 @@
// The HTTPS stack requires client SSL to be enabled. The SSL buffer size is
// used only for espconn-layer secure connections, and is ignored otherwise.
// Some HTTPS
applications require a larger buffer size to work. See
// Some HTTPS applications require a larger buffer size to work. See
// https://github.com/nodemcu/nodemcu-firmware/issues/1457 for details.
// The SHA2 and MD2 libraries are also optionally used by the crypto functions.
// The SHA1 and MD5 function are implemented in the ROM BIOS. The MD2 and SHA2
...
...
@@ -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