Hey all,
I just lost my last laptop a few weeks ago. Today after loading the new Arduino IDE (1.6.9) on my backtup laptop I got the following warnings
In file included from /home/jessem/ComputerBusiness/ElPaso/easy-sensors/arduino/easy-sensors.ino/easy-sensors.ino.ino:5:0:
/media/space/ComputerBusiness/Arduino/arduino-1.6.9/libraries/Bridge/src/YunServer.h:24:2: warning: #warning "The use of YunServer is deprecated. Use BridgeServer instead!" [-Wcpp]
#warning "The use of YunServer is deprecated. Use BridgeServer instead!"
^
In file included from /home/jessem/ComputerBusiness/ElPaso/easy-sensors/arduino/easy-sensors.ino/easy-sensors.ino.ino:6:0:
/media/space/ComputerBusiness/Arduino/arduino-1.6.9/libraries/Bridge/src/YunClient.h:24:2: warning: #warning "The use of YunClient is deprecated. Use BridgeClient instead!" [-Wcpp]
#warning "The use of YunClient is deprecated. Use BridgeClient instead!"
^
For the moment, I'm going to ignore the warning as I see there is no new documentation on these libraries. I also see "The complete sketch" from bridge tutorial is missing. I must assume these new libraries will be (in someway) related to the new Yun Shield.
Has anyone heard anything about these new libraries?
BridgeServer & BridgeClient?
TIA
Jesse