質問編集履歴
2
コードの一部追加修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -2,6 +2,9 @@
|
|
2
2
|
[現在のテストプログラム](https://github.com/KenjiMaehara/esp32_ILI9488Ctl/tree/master/exsamples/20200610_rtosTest)
|
3
3
|
|
4
4
|
```cpp
|
5
|
+
//----------(中略)----------------------------------------
|
6
|
+
struct tm gTimeinfo;
|
7
|
+
|
5
8
|
void printLocalTime()
|
6
9
|
{
|
7
10
|
//struct tm timeinfo;
|
1
リンクの追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
NTPサーバから時刻情報を取得するようにしました。
|
2
|
+
[現在のテストプログラム](https://github.com/KenjiMaehara/esp32_ILI9488Ctl/tree/master/exsamples/20200610_rtosTest)
|
2
3
|
|
3
4
|
```cpp
|
4
5
|
void printLocalTime()
|