At what point does just buying a cheap smart phone for the project makes sense?
Aditya Tannu
@AdySan
? I bought a cheap Kobo wifi ereader for a project
Was a great deal for $15
It runs Linux!
I've been on the hint for a good 3.3V i2c or spi eink display
Surprisingly hard to find
Baruch Even
@baruch
I was looking at the symbols generated and noticed there are multiple instances of INADDR_NONE so I made them all use one symbol in pull-request #1814
I'm also looking to use the http upgrade and wanted an auto-updating version number or hash, is there such a thing already? can I add a step to the arduino ide build to create such a symbol?
tzapu
@tzapu
@martinayotte damn it, did i just miss this weeks purchases session ?
got some PCF8574T myself a day before :P
and a htu21/sht21/HTU21D
as i got fed up with dht22 and wanted to see how others work
Ivan Grokhotkov
@igrr
@baruch there isn't such a thing yet, but i suppose you could use __DATE__ and __TIME__ macros to bake build time into the sketch binary.
d-anders
@d-anders
@ivankravets will try it later tonight,maybe it will work on a new project