I'm trying to understand if anything is wrong with my code. I have an OLED display wired, but when I try to save some power and send SSD1306 the DISPLAY_OFF command, 2 things happen:
- The comms LED on ESP8266 is constantly lit (odd, see here https://youtu.be/mdC_2jkhn_g?t=14s )
- The power draw doesn't drop - the USB detector device still shows 20mA no matter whether display is on or off
Here's how I turn the display off: https://github.com/aperepel/iot-esp8266 ... n.ino#L172
Any pointers or ideas?