ntzb
ntzb
@morrownr any help will be appreciated
of course, sorry. all the best
decided to give it another go with OpenWRT, same thing (Operation not supported): ``` daemon.notice hostapd: Set new config for phy phy0: daemon.notice wpa_supplicant[1635]: Set new config for phy phy0...
please do elaborate
hi Oli @olikraus, I'm facing similar issue. 2.42" OLED I2C, SSD1309, constructor `U8G2_SSD1309_128X64_NONAME0_F_HW_I2C` I tried the following contrast commands: ``` u8g2.setContrast(0); u8g2.sendF("ca", 0x81, 0); u8g2.sendF("ca", 0x0db, 0); u8g2.sendF("ca", 0x0d9, 15);...
I've dug through all of the other related issues I could find. it seems that the solution that always worked eventually, was using `u8g2.sendF("ca", 0x81, contrast_value);` after carefully examining from...
I forgot to mention that my code already had: ``` // value from 0 to 7, higher values more brighter void setSSD1309VcomDeselect(uint8_t v) { u8g2.sendF("ca", 0x0db, v
hi @dbarnett I don't really understand the current status of "update" in relation to this issue. before 4.5, when I tried to import events with updated date/time (after first importing...
I just did a test of a workaround I'm trying to implement 1. identify `Skipped duplicate event` 2. delete the old event (if can be reasonably found) 3. re-insert the...
do you have vlans? is the vacuum on a different vlan?