Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blynk Simple Demon NodeMCU #123

Open
Whoopsygo opened this issue Mar 2, 2024 · 0 comments
Open

Blynk Simple Demon NodeMCU #123

Whoopsygo opened this issue Mar 2, 2024 · 0 comments

Comments

@Whoopsygo
Copy link

: error: expected identifier before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266_Lib.h:39:7: note: in expansion of macro 'ESP8266'
39 | class ESP8266 {
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266_Lib.h:39:7: note: in expansion of macro 'ESP8266'
39 | class ESP8266 {
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:24:1: note: in expansion of macro 'ESP8266'
24 | ESP8266::ESP8266(Stream *uart)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:31:6: note: in expansion of macro 'ESP8266'
31 | bool ESP8266::kick(void)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:36:6: note: in expansion of macro 'ESP8266'
36 | bool ESP8266::restart(void)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:53:8: note: in expansion of macro 'ESP8266'
53 | String ESP8266::getVersion(void)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:60:6: note: in expansion of macro 'ESP8266'
60 | bool ESP8266::setEcho(uint8_t mode)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:65:6: note: in expansion of macro 'ESP8266'
65 | bool ESP8266::restore(void)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:69:6: note: in expansion of macro 'ESP8266'
69 | bool ESP8266::setUart(uint32_t baudrate,uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:74:6: note: in expansion of macro 'ESP8266'
74 | bool ESP8266::deepSleep(uint32_t time)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:80:6: note: in expansion of macro 'ESP8266'
80 | bool ESP8266::setOprToStation(uint8_t pattern1,uint8_t pattern2)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:96:8: note: in expansion of macro 'ESP8266'
96 | String ESP8266::getWifiModeList(void)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:102:6: note: in expansion of macro 'ESP8266'
102 | bool ESP8266::setOprToSoftAP(uint8_t pattern1,uint8_t pattern2)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:119:6: note: in expansion of macro 'ESP8266'
119 | bool ESP8266::setOprToStationSoftAP(uint8_t pattern1,uint8_t pattern2)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:136:9: note: in expansion of macro 'ESP8266'
136 | uint8_t ESP8266::getOprMode(uint8_t pattern1)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:146:8: note: in expansion of macro 'ESP8266'
146 | String ESP8266::getNowConecAp(uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:154:8: note: in expansion of macro 'ESP8266'
154 | String ESP8266::getAPList(void)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:161:6: note: in expansion of macro 'ESP8266'
161 | bool ESP8266::joinAP(String ssid, String pwd,uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:166:6: note: in expansion of macro 'ESP8266'
166 | bool ESP8266::leaveAP(void)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:171:8: note: in expansion of macro 'ESP8266'
171 | String ESP8266::getSoftAPParam(uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:180:6: note: in expansion of macro 'ESP8266'
180 | bool ESP8266::setSoftAPParam(String ssid, String pwd, uint8_t chl, uint8_t ecn,uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:185:8: note: in expansion of macro 'ESP8266'
185 | String ESP8266::getJoinedDeviceIP(void)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:192:8: note: in expansion of macro 'ESP8266'
192 | String ESP8266::getDHCP(uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:198:6: note: in expansion of macro 'ESP8266'
198 | bool ESP8266::setDHCP(uint8_t mode, uint8_t en, uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:203:6: note: in expansion of macro 'ESP8266'
203 | bool ESP8266::setAutoConnect(uint8_t en)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:207:8: note: in expansion of macro 'ESP8266'
207 | String ESP8266::getStationMac(uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:215:6: note: in expansion of macro 'ESP8266'
215 | bool ESP8266::setStationMac(String mac,uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:220:8: note: in expansion of macro 'ESP8266'
220 | String ESP8266::getStationIp(uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:227:6: note: in expansion of macro 'ESP8266'
227 | bool ESP8266::setStationIp(String ip,String gateway,String netmask,uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:232:8: note: in expansion of macro 'ESP8266'
232 | String ESP8266::getAPIp(uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:239:6: note: in expansion of macro 'ESP8266'
239 | bool ESP8266::setAPIp(String ip,uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:244:6: note: in expansion of macro 'ESP8266'
244 | bool ESP8266::startSmartConfig(uint8_t type)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:249:6: note: in expansion of macro 'ESP8266'
249 | bool ESP8266::stopSmartConfig(void)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:257:8: note: in expansion of macro 'ESP8266'
257 | String ESP8266::getIPStatus(void)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:264:8: note: in expansion of macro 'ESP8266'
264 | String ESP8266::getLocalIP(void)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:271:6: note: in expansion of macro 'ESP8266'
271 | bool ESP8266::enableMUX(void)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:276:6: note: in expansion of macro 'ESP8266'
276 | bool ESP8266::disableMUX(void)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:281:6: note: in expansion of macro 'ESP8266'
281 | bool ESP8266::createTCP(String addr, uint32_t port)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:286:6: note: in expansion of macro 'ESP8266'
286 | bool ESP8266::releaseTCP(void)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:291:6: note: in expansion of macro 'ESP8266'
291 | bool ESP8266::registerUDP(String addr, uint32_t port)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:296:6: note: in expansion of macro 'ESP8266'
296 | bool ESP8266::unregisterUDP(void)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:301:6: note: in expansion of macro 'ESP8266'
301 | bool ESP8266::createTCP(uint8_t mux_id, String addr, uint32_t port)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:306:6: note: in expansion of macro 'ESP8266'
306 | bool ESP8266::releaseTCP(uint8_t mux_id)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:311:6: note: in expansion of macro 'ESP8266'
311 | bool ESP8266::registerUDP(uint8_t mux_id, String addr, uint32_t port)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:316:6: note: in expansion of macro 'ESP8266'
316 | bool ESP8266::unregisterUDP(uint8_t mux_id)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:321:6: note: in expansion of macro 'ESP8266'
321 | bool ESP8266::setTCPServerTimeout(uint32_t timeout)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:326:6: note: in expansion of macro 'ESP8266'
326 | bool ESP8266::startTCPServer(uint32_t port)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:334:6: note: in expansion of macro 'ESP8266'
334 | bool ESP8266::stopTCPServer(void)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:341:6: note: in expansion of macro 'ESP8266'
341 | bool ESP8266::setCIPMODE(uint8_t mode)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:346:6: note: in expansion of macro 'ESP8266'
346 | bool ESP8266::saveTransLink (uint8_t mode,String ip,uint32_t port)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:351:6: note: in expansion of macro 'ESP8266'
351 | bool ESP8266::setPing(String ip)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:359:6: note: in expansion of macro 'ESP8266'
359 | bool ESP8266::startServer(uint32_t port)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:364:6: note: in expansion of macro 'ESP8266'
364 | bool ESP8266::stopServer(void)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:369:6: note: in expansion of macro 'ESP8266'
369 | bool ESP8266::send(const uint8_t *buffer, uint32_t len)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:374:6: note: in expansion of macro 'ESP8266'
374 | bool ESP8266::sendFromFlash(uint8_t mux_id, const uint8_t *buffer, uint32_t len)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:379:6: note: in expansion of macro 'ESP8266'
379 | bool ESP8266::sendFromFlash(const uint8_t *buffer, uint32_t len)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:384:6: note: in expansion of macro 'ESP8266'
384 | bool ESP8266::send(uint8_t mux_id, const uint8_t *buffer, uint32_t len)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:389:6: note: in expansion of macro 'ESP8266'
389 | void ESP8266::run()
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:398:10: note: in expansion of macro 'ESP8266'
398 | uint32_t ESP8266::checkIPD(String& data)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:440:6: note: in expansion of macro 'ESP8266'
440 | void ESP8266::rx_empty(void)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:458:8: note: in expansion of macro 'ESP8266'
458 | String ESP8266::recvString(String target, uint32_t timeout)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:479:8: note: in expansion of macro 'ESP8266'
479 | String ESP8266::recvString(String target1, String target2, uint32_t timeout)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:501:8: note: in expansion of macro 'ESP8266'
501 | String ESP8266::recvString(String target1, String target2, String target3, uint32_t timeout)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:526:6: note: in expansion of macro 'ESP8266'
526 | bool ESP8266::recvFind(String target, uint32_t timeout)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:536:6: note: in expansion of macro 'ESP8266'
536 | bool ESP8266::recvFindAndFilter(String target, String begin, String end, String &data, uint32_t timeout)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:565:6: note: in expansion of macro 'ESP8266'
565 | bool ESP8266::eAT(void)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:572:6: note: in expansion of macro 'ESP8266'
572 | bool ESP8266::eATRST(void)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:579:6: note: in expansion of macro 'ESP8266'
579 | bool ESP8266::eATGMR(String &version)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:587:6: note: in expansion of macro 'ESP8266'
587 | bool ESP8266::eATGSLP(uint32_t time)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:596:6: note: in expansion of macro 'ESP8266'
596 | bool ESP8266::eATE(uint8_t mode)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:604:6: note: in expansion of macro 'ESP8266'
604 | bool ESP8266::eATRESTORE(void)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:612:6: note: in expansion of macro 'ESP8266'
612 | bool ESP8266::eATSETUART(uint32_t baudrate,uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:648:6: note: in expansion of macro 'ESP8266'
648 | bool ESP8266::qATCWMODE(uint8_t *mode,uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:675:6: note: in expansion of macro 'ESP8266'
675 | bool ESP8266::eATCWMODE(String &list)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:682:6: note: in expansion of macro 'ESP8266'
682 | bool ESP8266::sATCWMODE(uint8_t mode,uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:710:6: note: in expansion of macro 'ESP8266'
710 | bool ESP8266::qATCWJAP(String &ssid,uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:737:6: note: in expansion of macro 'ESP8266'
737 | bool ESP8266::sATCWJAP(String ssid, String pwd,uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:769:6: note: in expansion of macro 'ESP8266'
769 | bool ESP8266::eATCWLAP(String &list)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:780:6: note: in expansion of macro 'ESP8266'
780 | bool ESP8266::eATCWQAP(void)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:789:6: note: in expansion of macro 'ESP8266'
789 | bool ESP8266::qATCWSAP(String &List,uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:811:6: note: in expansion of macro 'ESP8266'
811 | bool ESP8266::sATCWSAP(String ssid, String pwd, uint8_t chl, uint8_t ecn,uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:845:6: note: in expansion of macro 'ESP8266'
845 | bool ESP8266::eATCWLIF(String &list)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:853:6: note: in expansion of macro 'ESP8266'
853 | bool ESP8266::qATCWDHCP(String &List,uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:876:6: note: in expansion of macro 'ESP8266'
876 | bool ESP8266::sATCWDHCP(uint8_t mode, uint8_t en, uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:907:6: note: in expansion of macro 'ESP8266'
907 | bool ESP8266::eATCWAUTOCONN(uint8_t en)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:920:6: note: in expansion of macro 'ESP8266'
920 | bool ESP8266::qATCIPSTAMAC(String &mac,uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:945:6: note: in expansion of macro 'ESP8266'
945 | bool ESP8266::eATCIPSTAMAC(String mac,uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:971:6: note: in expansion of macro 'ESP8266'
971 | bool ESP8266::qATCIPSTAIP(String &ip,uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:994:6: note: in expansion of macro 'ESP8266'
994 | bool ESP8266::eATCIPSTAIP(String ip,String gateway,String netmask,uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:1025:6: note: in expansion of macro 'ESP8266'
1025 | bool ESP8266::qATCIPAP(String &ip,uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:1049:6: note: in expansion of macro 'ESP8266'
1049 | bool ESP8266::eATCIPAP(String ip,uint8_t pattern)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:1076:6: note: in expansion of macro 'ESP8266'
1076 | bool ESP8266::eCWSTARTSMART(uint8_t type)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:1084:6: note: in expansion of macro 'ESP8266'
1084 | bool ESP8266::eCWSTOPSMART(void)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:1091:6: note: in expansion of macro 'ESP8266'
1091 | bool ESP8266::eATCIPSTATUS(String &list)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:1099:6: note: in expansion of macro 'ESP8266'
1099 | bool ESP8266::sATCIPSTARTSingle(String type, String addr, uint32_t port)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:1116:6: note: in expansion of macro 'ESP8266'
1116 | bool ESP8266::sATCIPSTARTMultiple(uint8_t mux_id, String type, String addr, uint32_t port)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:1135:6: note: in expansion of macro 'ESP8266'
1135 | bool ESP8266::sATCIPSENDSingle(const uint8_t *buffer, uint32_t len)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:1149:6: note: in expansion of macro 'ESP8266'
1149 | bool ESP8266::sATCIPSENDMultiple(uint8_t mux_id, const uint8_t *buffer, uint32_t len)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:1165:6: note: in expansion of macro 'ESP8266'
1165 | bool ESP8266::sATCIPSENDSingleFromFlash(const uint8_t *buffer, uint32_t len)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:1179:6: note: in expansion of macro 'ESP8266'
1179 | bool ESP8266::sATCIPSENDMultipleFromFlash(uint8_t mux_id, const uint8_t *buffer, uint32_t len)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:1195:6: note: in expansion of macro 'ESP8266'
1195 | bool ESP8266::sATCIPCLOSEMulitple(uint8_t mux_id)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:1208:6: note: in expansion of macro 'ESP8266'
1208 | bool ESP8266::eATCIPCLOSESingle(void)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:1214:6: note: in expansion of macro 'ESP8266'
1214 | bool ESP8266::eATCIFSR(String &list)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:1220:6: note: in expansion of macro 'ESP8266'
1220 | bool ESP8266::sATCIPMUX(uint8_t mode)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:1233:6: note: in expansion of macro 'ESP8266'
1233 | bool ESP8266::sATCIPSERVER(uint8_t mode, uint32_t port)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:1254:6: note: in expansion of macro 'ESP8266'
1254 | bool ESP8266::sATCIPMODE(uint8_t mode)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:1274:6: note: in expansion of macro 'ESP8266'
1274 | bool ESP8266::eATSAVETRANSLINK(uint8_t mode,String ip,uint32_t port)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:1294:6: note: in expansion of macro 'ESP8266'
1294 | bool ESP8266::eATPING(String ip)
| ^~~~~~~
: error: expected unqualified-id before numeric constant
b:\Arduino\Sketches\libraries\BlynkESP8266-master\ESP8266.cpp:1306:6: note: in expansion of macro 'ESP8266'
1306 | bool ESP8266::sATCIPSTO(uint32_t timeout)
| ^~~~~~~
Multiple libraries were found for "ESP8266WiFi.h"
Used: C:\Users\DNH\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\libraries\ESP8266WiFi
Not used: B:\Arduino\Sketches\libraries\ESP8266wifi-master
Multiple libraries were found for "BlynkSimpleEsp8266.h"
Used: B:\Arduino\Sketches\libraries\BlynkESP8266-master
Not used: B:\Arduino\Sketches\libraries\Blynk
exit status 1

Compilation error: exit status 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant