You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I compile the Pentair driver it does not want to compile and this is the following error.
In file included from C:\Users\Matt\Documents\Arduino\libraries\Pentair/Pentair.h:10:0,
from C:\Users\Matt\Desktop\Arduino.Pentair-master (2)\Arduino.Pentair-master\pentair_driver_v2\pentair_driver_v2.ino:1:
C:\Users\Matt\Documents\Arduino\libraries\LinkedList/LinkedList.h: In instantiation of 'ListNode* LinkedList::getNode(int) [with T = unsigned char]':
C:\Users\Matt\Documents\Arduino\libraries\LinkedList/LinkedList.h:178:22: required from 'bool LinkedList::add(int, T) [with T = unsigned char]'
C:\Users\Matt\Desktop\Arduino.Pentair-master (2)\Arduino.Pentair-master\pentair_driver_v2\pentair_driver_v2.ino:63:1: required from here
C:\Users\Matt\Documents\Arduino\libraries\LinkedList/LinkedList.h:160:9: error: cannot convert 'bool' to 'ListNode*' in return
return false;
^~~~~
Using library Pentair in folder: C:\Users\Matt\Documents\Arduino\libraries\Pentair (legacy)
Using library SoftwareSerial at version 1.0 in folder: C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\SoftwareSerial
Using library LinkedList at version 1.2.3 in folder: C:\Users\Matt\Documents\Arduino\libraries\LinkedList
exit status 1
Error compiling for board Arduino Uno.
The text was updated successfully, but these errors were encountered:
When I compile the Pentair driver it does not want to compile and this is the following error.
In file included from C:\Users\Matt\Documents\Arduino\libraries\Pentair/Pentair.h:10:0,
C:\Users\Matt\Documents\Arduino\libraries\LinkedList/LinkedList.h: In instantiation of 'ListNode* LinkedList::getNode(int) [with T = unsigned char]':
C:\Users\Matt\Documents\Arduino\libraries\LinkedList/LinkedList.h:178:22: required from 'bool LinkedList::add(int, T) [with T = unsigned char]'
C:\Users\Matt\Desktop\Arduino.Pentair-master (2)\Arduino.Pentair-master\pentair_driver_v2\pentair_driver_v2.ino:63:1: required from here
C:\Users\Matt\Documents\Arduino\libraries\LinkedList/LinkedList.h:160:9: error: cannot convert 'bool' to 'ListNode*' in return
return false;
Using library Pentair in folder: C:\Users\Matt\Documents\Arduino\libraries\Pentair (legacy)
Using library SoftwareSerial at version 1.0 in folder: C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\SoftwareSerial
Using library LinkedList at version 1.2.3 in folder: C:\Users\Matt\Documents\Arduino\libraries\LinkedList
exit status 1
Error compiling for board Arduino Uno.
The text was updated successfully, but these errors were encountered: