MBLLRY
发表于 2021-1-11 10:22
In file included from E:\arduino\libraries\Arduboy2\src/Arduboy2.h:11:0,
from E:\t12\1.8t8\1.8t8.ino:110:
E:\arduino\libraries\Arduboy2\src/Arduboy2Core.h:18:2: warning: #warning SLIMBOY! [-Wcpp]
#warning SLIMBOY!
^
E:\t12\1.8t8\1.8t8.ino: In function 'void setup()':
1.8t8:266:19: error: 'set_wdt_mod' was not declared in this scope
set_wdt_mod(3, 7);
^
1.8t8:305:13: error: 'GetEEPROM' was not declared in this scope
GetEEPROM();
^
1.8t8:308:17: error: 'Flip' was not declared in this scope
Flip(FlipState);
^
1.8t8:311:23: error: 'SetOLEDLightLevel' was not declared in this scope
SetOLEDLightLevel(32); //降低屏幕亮度 延长OLED使用寿命
^
1.8t8:317:16: error: 'BootPassword' was not declared in this scope
BootPassword();
^
1.8t8:319:16: error: 'getVCC' was not declared in this scope
Vcc = getVCC(); Vin = getVIN();
^
1.8t8:319:32: error: 'getVIN' was not declared in this scope
Vcc = getVCC(); Vin = getVIN();
^
1.8t8:322:38: error: 'denoiseAnalog' was not declared in this scope
RawTemp= denoiseAnalog(SENSOR_PIN);
^
1.8t8:323:26: error: 'getChipTemp' was not declared in this scope
ChipTemp = getChipTemp();
^
1.8t8:324:38: error: 'calculateTemp' was not declared in this scope
CurrentTemp = calculateTemp(RawTemp);
^
1.8t8:337:55: error: 'setRotary' was not declared in this scope
setRotary(TEMP_MIN, TEMP_MAX, TEMP_STEP, DefaultTemp);
^
1.8t8:342:8: error: 'beep' was not declared in this scope
beep(); beep();
^
1.8t8:343:15: error: 'ShowVersion' was not declared in this scope
ShowVersion();
^
E:\t12\1.8t8\1.8t8.ino: In function 'void loop()':
1.8t8:357:15: error: 'ROTARYCheck' was not declared in this scope
ROTARYCheck(); // check rotary encoder (temp/boost setting, enter setup menu)
^
1.8t8:358:14: error: 'SLEEPCheck' was not declared in this scope
SLEEPCheck(); // check and activate/deactivate sleep modes
^
1.8t8:359:16: error: 'SENSORCheck' was not declared in this scope
SENSORCheck(1); // reads temperature and vibration switch of the iron
^
1.8t8:360:15: error: 'Thermostat' was not declared in this scope
Thermostat(0); // heater control
^
1.8t8:361:14: error: 'MainScreen' was not declared in this scope
MainScreen(); // updates the main page on the OLED
^
exit status 1
'set_wdt_mod' was not declared in this scope
楼主能不能帮忙看看这是什么问题1.7的可以编译这个编译就报错
li429768032
发表于 2021-2-9 23:25
大佬帮忙看看怎么解决谢谢
ximzi
发表于 2021-3-3 00:13
k看来还是很多人 库文件 错误 这样我就放心了:D:D
haungjingqiang
发表于 2021-3-5 20:59
我也出现了arduboy2库的错误,我卸载了ide然后删除了C:\Users\你的用户名\Documents\Arduino\libraries这个文件夹,重装软件然后使用lz提供的lib文件就好了
LXCXH
发表于 2021-3-25 00:45
楼主你好,现在1.8t8的固件是只能支持振动开关而不支持水银开关吗?
我的控制板上传固件正常,但在接上手柄后,通电不能正常开机。用arduino当编程器的电源时就可以正常开机。这个需要怎么解决呢?
kimouser64
发表于 2021-4-20 22:17
本帖最后由 kimouser64 于 2021-4-21 21:01 编辑
楼主你好 感謝你的無私奉獻
我使用的板子是 arduion pro or pro mini
1.71版
草稿碼使用了 30470 bytes (99%) 的程式儲存空間。上限為 30720 bytes。
可以燒錄使用
1.6 跟1.8 草稿 會超過100% 不知有哪一些不一樣 謝謝
更新
1.8t8
把中文 使用跟日文一樣方式 禁用
可以使草稿碼降到93%
libraries 要用樓主提供的 arduino 上面下載的編譯時會出錯樓上好幾位都是有兩個libraries目錄,存放兩個版本,造成編譯系統選擇非版主提供的libraries
tigerzq
发表于 2021-5-1 20:07
有疑问呀,这个硬件板子在哪里呢?连接图呢?我看到的是用arduino作为编程器上传固件,控制器为何不用uno呢?
ora_shq
发表于 2021-5-12 18:04
楼主好,我的温度校验有问题,第一次校验烙铁头温度会自动降温到50度,但之后的校验不升温。校验100%后,最终提示ERROR!
li0713
发表于 2021-6-17 15:35
挺好!mark一下
oosheoo
发表于 2021-7-13 19:08
这个真实牛啊,还共享了,实在是讲究人。