#testing dynobot repeated charswords
1 messages · Page 1 of 1 (latest)
try 12
pass
pass
pass
pass
pass
pass
pass```
gee whiz. Ok, lets go back to the code example and delete things one by one
import time
import board
import busio
import adafruit_mpr121
i2c = busio.I2C(board.SCL, board.SDA)
mpr121 = adafruit_mpr121.MPR121(i2c)
while True:
for i in range(12):
if mpr121[i].value:
print("Input {} touched!".format(i))
time.sleep(0.5)```
Ok, so that was the raw thing... so Dyno doesn't care here
This complicates things
if you don't triple-quote it, does it trigger?
import time
import board
import busio
import adafruit_mpr121
i2c = busio.I2C(board.SCL, board.SDA)
mpr121 = adafruit_mpr121.MPR121(i2c)
while True:
for i in range(12):
if mpr121[i].value:
print("Input {} touched!".format(i))
time.sleep(0.5)
nope
let's try a definitely spammy message...
it may be a per/channel setting
spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam spam
Yeah, I think it is
Maybe Dyno is set to ignore the dev channel?
ok, thanks a lot! I don't have privs for dynobot; I'll get someone else to fix it, though the right people are not up yet
No problem!
Does #general-tech have special settings?