Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit c5eb3c4

Browse files
committed
Add info about timestamp to README.md
1 parent e1a02e1 commit c5eb3c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ This extension provides several commands in the Command Palette (<kbd>F1</kbd> o
4747
- **Arduino: Board Manager**: Manage packages for boards. You can add 3rd party Arduino board by configuring `Additional Board Manager URLs` in the board manager.
4848
- **Arduino: Change Baud Rate**: Change the baud rate of the selected serial port.
4949
- **Arduino: Change Board Type**: Change board type or platform.
50+
- **Arduino: Change Timestamp Format**: Change format of timestamp printed before each line of Serial Monitor output.
5051
- **Arduino: Close Serial Monitor**: Stop the serial monitor and release the serial port.
5152
- **Arduino: Examples**: Show list of examples.
5253
- **Arduino: Initialize**: Scaffold a VS Code project with an Arduino sketch.
@@ -79,6 +80,7 @@ This extension provides several commands in the Command Palette (<kbd>F1</kbd> o
7980
| `arduino.disableTestingOpen` | Enable/disable automatic sending of a test message to the serial port for checking the open status. The default value is `false` (a test message will be sent). |
8081
| `arduino.skipHeaderProvider` | Enable/disable the extension providing completion items for headers. This functionality is included in newer versions of the C++ extension. The default value is `false`.|
8182
| `arduino.defaultBaudRate` | Default baud rate for the serial port monitor. The default value is 115200. Supported values are 300, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 74880, 115200, 230400 and 250000 |
83+
| `arduino.defaultTimestampFormat` | Default format of timestamp added before each line of Serial Monitor output. List of all possible formats: https://strftime.org. |
8284
| `arduino.disableIntelliSenseAutoGen` | When `true` vscode-arduino will not auto-generate an IntelliSense configuration (i.e. `.vscode/c_cpp_properties.json`) by analyzing Arduino's compiler output. |
8385

8486
The following Visual Studio Code settings are available for the Arduino extension. These can be set in global user preferences <kbd>Ctrl</kbd> + <kbd>,</kbd> or workspace settings (`.vscode/settings.json`). The latter overrides the former.

0 commit comments

Comments
 (0)