|
|
发表于 2019-6-12 20:59:09
|
显示全部楼层
Arduino:1.8.4 (Windows 7), 开发板:"NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, Disabled, 4M (no SPIFFS), v2 Lower Memory, Disabled, None, Only Sketch, 115200"
构建选项已变更,全部重新构建
C:\Users\Administrator\Desktop\NTPclock\NTPclock.ino: In function 'void init_rtc()':
NTPclock:383: error: 'class RtcDS3231<TwoWire>' has no member named 'LastError'
if (!Rtc.GetIsRunning() || Rtc.LastError() !=0 ) {
^
exit status 1
'class RtcDS3231<TwoWire>' has no member named 'LastError'
在文件 -> 首选项开启
“编译过程中显示详细输出”选项
这份报告会包含更多信息。
这是怎么回事呢 |
|