We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5aed5aa + 097f2ab commit c754c76Copy full SHA for c754c76
Kconfig.projbuild
@@ -311,8 +311,8 @@ config ARDUINO_SELECTIVE_FFat
311
depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_FS
312
default y
313
314
-config ARDUINO_SELECTIVE_LITTLEFS
315
- bool "Enable LITTLEFS"
+config ARDUINO_SELECTIVE_LittleFS
+ bool "Enable LittleFS"
316
317
318
docs/en/api/ledc.rst
@@ -68,7 +68,7 @@ This function is used to set duty for the LEDC pin.
68
69
.. code-block:: arduino
70
71
- void ledcWrite(uint8_t pin, uint32_t duty);
+ bool ledcWrite(uint8_t pin, uint32_t duty);
72
73
* ``pin`` select LEDC pin.
74
* ``duty`` select duty to be set for selected LEDC pin.
0 commit comments