antoniosap
antoniosap
HI, i have this value. Any ideas?
``` String monthStr(const uint8_t month) { switch(month) { case 1: return F("gennaio"); case 2: return F("febbraio"); case 3: return F("marzo"); case 4: return F("aprile"); case 5: return F("maggio"); case 6:...
on architecture: intel celeron 2 cores, 8 GB ram and on raspberry pi 3, 1GB ram and 4 cores equal performances
``` (homeassistant) chip@OrangePI:~/workspace/homeassistant$ hbmqtt_pub --url mqtt://192.168.147.10:1883 -t /main/bagno/tc -m 15 -d Traceback (most recent call last): File "/home/chip/workspace/homeassistant/bin/hbmqtt_pub", line 7, in from scripts.pub_script import main File "/home/chip/workspace/homeassistant/lib/python3.6/site-packages/scripts/pub_script.py", line 40, in...
``` Using explicit spec file '/config/fuzzingserver.json' Loading spec from /config/fuzzingserver.json Using Twisted reactor class Using UTF8 Validator class Using XOR Masker classes Traceback (most recent call last): File "/usr/local/bin/wstest", line...
Does Zenbot support trading on bisq node ? If it is not a currently supported platform, would it be possible for it to be added?
insert this in ipynb ``` import tensorflow as tf tf.enable_eager_execution() ```
`xtensa-lx106-elf-g++: error: {build.flash_flags}: No such file or directory` it happen from upgrading arduino ide 1.8.5 to 1.8.8
connecting wake pin to rst on power on make blank display and don't boot
Hi, i have 32M flash and arduino ide tell me this choices on flash size: - 4M (1M SPIFFS) - 4M (3M SPIFFS) Why ? How to set 32 M...