TimeLib.h or NTPClient.h

Opening and closing code tags should be on their own line :wink:

There is another way to use code tags

  1. For a block of code three back ticks on their own line followed by the code followed by another 3 back ticks.
    ```
    code
    ```
  2. For a single statement inline use a single back tick followed by the statement followed by a another single back tick.
    `statement`
1 Like