linux-works
linux-works
the profimax fw looks interesting, but since there is opensource fw, *that we can change and customize* - other close source fw is much much less interesting to me, at...
same issue here; all my newer (march 2022) modules have the display cut off. I edited my pull of the source and raised things by about 4 or 8 units...
I did some ugly hacks just to remove the CV/CC indicators from the screen since the use-case for my builds are for non-tech users and not having those telltales means...
has anyone asked for (or thought of) showing the 'admin' value instead of the 'oper' value, for the volts and amps numeric values? (sorry to borrow snmp terms, lol). meaning,...
there is a lesson in this. when I update my elrs rx's, I take them offline and only give them power and gnd, then connect via wifi, upgrade and config...
I have my own fork and I am going to post it to my own github area, shortly. it was a 'logn time ago' when I first did some mods...
I mostly use a mix of esp-01s and esp-12 (wemos d1 mini). I do have esp32 modules but prefer to try using the lower end cheaper ones if I can,...
also, one could make a case that calls in timelib.h to 'setTime()' should do the right thing and if you have no hw-modules known to the system, there is always...
you do have to worry about millis() rolling over. it makes total sense to have an update() routine keep track of the time but NOT poll the ntp servers. those...
this is scary, I did a grep -r for time_t in my $HOME/.arduino15 area and it was a random mix of 32 unsigned, 32 signed, and 64 unsigned (good!) types....