Esp8266_deauther: Display

Created on 16 Jul 2020  路  4Comments  路  Source: SpacehuhnTech/esp8266_deauther

Esp8266 nodemcu amica display i2c ssd1306 not working
V2.2 is not flashing properly w/ defective web gui

help wanted

All 4 comments

Thanks for opening your first issue here! 馃帀
馃憠 Be sure to:
1. 馃摉 Have a look at the Wiki and README for information
2. 馃攳 Search for similar issues (open and closed)
3. 鉁嶏笍 Provide enough information to understand, recreate and help out with your problem
4. 鈩癸笍 Let us know if you find a solution and please share it with us
5. 馃摃 Close the issue when your problem has been solved

I've been getting similar errors since the library update. The previous arduino-esp8266-deauther package by Tobozo was working fine.

Yeah i tried the old one with v2.0 board manager ,works fine w/ v2 of deauther but not w/ v2.5

Yes the same here ssd1306 not working in v2.5

Is this correct?
`#if !defined(SSD1306_I2C) && !defined(SSD1306_SPI) && !defined(SH1106_I2C) && !defined(SH1106_SPI)
#define SSD1306_I2C
#define USE_DISPLAY false

else /* if !defined(SSD1306_I2C) && !defined(SSD1306_SPI) && !defined(SH1106_I2C) && !defined(SH1106_SPI) */

#define USE_DISPLAY true

endif /* if !defined(SSD1306_I2C) && !defined(SSD1306_SPI) && !defined(SH1106_I2C) && !defined(SH1106_SPI) */`

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sy9039 picture sy9039  路  5Comments

sieuwe1 picture sieuwe1  路  4Comments

ghost picture ghost  路  3Comments

manishrd picture manishrd  路  4Comments

avoiceofreason picture avoiceofreason  路  5Comments