Advertisement
Guest User

Wifi Insta MIX

a guest
Feb 1st, 2019
1,189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. Arduino: 1.8.9 Hourly Build 2018/12/11 04:33 (Windows 10), Board: "NodeMCU 0.9 (ESP-12 Module), 80 MHz, 921600, 4M (3M SPIFFS)"
  2.  
  3. C:\Users\user\Desktop\Arduino SET\arduino_instagram-stat-esp8266 NEU\arduino_instagram-stat-WIFItest\arduino_instagram-stat-WIFItest.ino: In function 'void loop()':
  4.  
  5. arduino_instagram-stat-WIFItest:112:23: error: a function-definition is not allowed here before '{' token
  6.  
  7. void do_textausgabe() {
  8.  
  9. ^
  10.  
  11. arduino_instagram-stat-WIFItest:213:1: error: expected '}' at end of input
  12.  
  13. }
  14.  
  15. ^
  16.  
  17. exit status 1
  18. a function-definition is not allowed here before '{' token
  19.  
  20. Dieser Bericht wäre detaillierter, wenn die Option
  21. "Ausführliche Ausgabe während der Kompilierung"
  22. in Datei -> Voreinstellungen aktiviert wäre.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement