@@ -1,2 +1,8 @@
import wifi_server
from machine import Pin
from neopixel import NeoPixel
np = NeoPixel(Pin(8), 1)
np[0] = (0, 0, 0)
np.write()
wifi_server.main()
The note is not visible to the blocked user.