Open marcmerlin opened 5 years ago
thanks, if you'd like to try to submit a PR to address it, looks like the ESP8266 compiler is picky!
Sure @ladyada , although this is kind of crucial code that all your stuff depends on, so if the original author has time to look at it, I'd rather :) Just to be clear, to make sure it's not a compiler/chip issue, are you aware of the File/Preferences/Compiler Warnings setting? If so, try setting it to 'all' to see if it reproduces the same warnings. I find that it's safer to code with all warnings as it finds unused variables that are often typos/logic errors as well as indexes that run out of bounds on arrays, which has also found real bugs that had been missed by others before. I agree that the pgm* warnings look harmless, but you'll also notice
yah please take a look and see if you spot any bugs. fixing compiler warnings is low priority and as you say, its crucial and a lot depends on it
Adafruit git master gives me the following when all warnings on turned on in the arduino GUI