You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When wanting to define multiple build flags, they must be accumulated in
194
-
either a sing line or a newline-separated expression.
194
+
either a single line or a newline-separated expression.
195
195
196
196
.. code:: ini
197
197
@@ -397,5 +397,4 @@ The task "Build Filesystem Image" will take all files in the data directory and
397
397
The task "Upload Filesystem Image" will upload the filesystem image to the Pico via the specified ``upload_protocol``.
398
398
399
399
.. note::
400
-
Set the space available for the filesystem in the ``platformio.ini`` using e.g., ``board_build.filesystem_size = 0.5m``, or filesystem
401
-
creation will fail!
400
+
Set the space available for the filesystem in the ``platformio.ini`` using e.g., ``board_build.filesystem_size = 0.5m``, or filesystem creation will fail!
0 commit comments