Site icon Renzo Mischianti

ABB Aurora Compiling issues

Hi there, I'm having trouble compiling the code. I only have basic experience coding so may need your help. I get the following errors below. Do you know how I can solve these? Kind regards, Richard   WARNING: library Timezone-master claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp8266 architecture(s). Aurora_Web_Invert_Monitor:872:3: error: invalid preprocessing directive #FORCE_SEND_ERROR_MESSAGE 872 | # FORCE_SEND_ERROR_MESSAGE | ^~~~~~~~~~~~~~~~~~~~~~~~ Aurora_Web_Invert_Monitor:881:2: error: #endif without #if 881 | #endif | ^~~~~ Aurora_Web_Invert_Monitor:898:3: error: invalid preprocessing directive #SEND_EMAIL 898 | # SEND_EMAIL | ^~~~~~~~~~ Aurora_Web_Invert_Monitor:1054:2: error: #endif without #if 1054 | #endif | ^~~~~ Aurora_Web_Invert_Monitor:1198:3: error: invalid preprocessing directive #WS_ACTIVE 1198 | # WS_ACTIVE | ^~~~~~~~~ Aurora_Web_Invert_Monitor:1235:2: error: #endif without #if 1235 | #endif | ^~~~~ Aurora_Web_Invert_Monitor:1270:3: error: invalid preprocessing directive #WS_ACTIVE 1270 | # WS_ACTIVE | ^~~~~~~~~ Aurora_Web_Invert_Monitor:1272:2: error: #endif without #if 1272 | #endif | ^~~~~ Aurora_Web_Invert_Monitor:1360:3: error: invalid preprocessing directive #WS_ACTIVE 1360 | # WS_ACTIVE | ^~~~~~~~~ Aurora_Web_Invert_Monitor:1375:2: error: #endif without #if 1375 | #endif | ^~~~~ Aurora_Web_Invert_Monitor:1408:3: error: invalid preprocessing directive #WS_ACTIVE 1408 | # WS_ACTIVE | ^~~~~~~~~ Aurora_Web_Invert_Monitor:1410:2: error: #endif without #if 1410 | #endif | ^~~~~ Aurora_Web_Invert_Monitor:1454:3: error: invalid preprocessing directive #WS_ACTIVE 1454 | # WS_ACTIVE | ^~~~~~~~~ Aurora_Web_Invert_Monitor:1498:2: error: #endif without #if 1498 | #endif | ^~~~~ Aurora_Web_Invert_Monitor:2152:3: error: invalid preprocessing directive #WS_ACTIVE 2152 | # WS_ACTIVE | ^~~~~~~~~ Aurora_Web_Invert_Monitor:2187:2: error: #endif without #if 2187 | #endif | ^~~~~ Aurora_Web_Invert_Monitor:2197:3: error: invalid preprocessing directive #WS_ACTIVE 2197 | # WS_ACTIVE | ^~~~~~~~~ Aurora_Web_Invert_Monitor:2208:2: error: #endif without #if 2208 | #endif | ^~~~~ Aurora_Web_Invert_Monitor:2222:3: error: invalid preprocessing directive #SEND_EMAIL 2222 | # SEND_EMAIL | ^~~~~~~~~~ Aurora_Web_Invert_Monitor:2303:2: error: #endif without #if 2303 | #endif | ^~~~~ Aurora_Web_Invert_Monitor:2386:3: error: invalid preprocessing directive #WS_ACTIVE 2386 | # WS_ACTIVE | ^~~~~~~~~ Aurora_Web_Invert_Monitor:2449:2: error: #endif without #if 2449 | #endif | ^~~~~ Multiple libraries were found for "SD.h" Used: C:\Users\ASUS\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\libraries\SD Not used: C:\Program Files (x86)\Arduino\libraries\SD exit status 1 invalid preprocessing directive #FORCE_SEND_ERROR_MESSAGE
Exit mobile version