#testing dynobot repeated charswords

1 messages · Page 1 of 1 (latest)

sharp flax
#

test here

spiral nexus
#
while True:
        pass
        pass
        pass
        pass
        pass
        pass
        pass```
#

Hmmm

sharp flax
#

try 12

spiral nexus
#
            pass
            pass
            pass

            pass

            pass

            pass

            pass```
sharp flax
#

gee whiz. Ok, lets go back to the code example and delete things one by one

spiral nexus
#
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

sharp flax
#

if you don't triple-quote it, does it trigger?

spiral nexus
#

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...

sharp flax
#

it may be a per/channel setting

spiral nexus
#

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?

sharp flax
#

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

spiral nexus
#

No problem!

forest goblet