You are reading a single comment by @sureshkm and its replies. Click here to read the full conversation.
  • function onInit() {
          digitalWrite(LED1, 1);
    }
    
    save();
    

    Even saving the above code throws the below lines,

    Erasing Flash.....
    Writing.....
    Compressed 81600 bytes to 2705
    Checking...
    Done!
    Running onInit()...
    

    How/Why did it get "81600 bytes" when there is only a few bytes of code? Am i missing something that happens internally?

About

Avatar for sureshkm @sureshkm started