Mirror of espurna firmware for wireless switches and more
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Maxim Prokhorov ad8e30fcda rfm69: clean-up *after* max ID, not before 1 year ago
..
config ina219: shunt resistance and expected current 1 year ago
data webui: detect when sensor unit changes 1 year ago
filters sns: only keep the last elem when size is >2 2 years ago
garland garland: fixed-size LED arrays 2 years ago
libs tspk: pass sensor data as string, rework http parser 2 years ago
sensors ntc: formatting & actually return the value 1 year ago
static webui: detect when sensor unit changes 1 year ago
DebounceEvent.cpp providers: relays, lights and buttons refactoring (#2414) 3 years ago
alexa.cpp ws: module names in flash 2 years ago
alexa.h core: minimize espurna.h use in headers 2 years ago
api.cpp api: relax 'accept:' requirements 2 years ago
api.h api: workaround for espasyncwebserver vs. esp8266webserver includes 2 years ago
api_common.cpp ws: module names in flash 2 years ago
api_impl.h api: allow to use path helper without api enabled 3 years ago
api_path.h relay: fix never attempting mqtt group subscriptions 2 years ago
board.cpp board: fix 2.7.4 build 1 year ago
board.h board: type of webui image 1 year ago
button.cpp gpio: direct hardware access for pin peripheral 1 year ago
button.h settings: rework string<->enum conversion 2 years ago
compat.h compat: should apply to both Core versions 2 years ago
crash.cpp debug: crash offset should increment by 4 2 years ago
crash.h debug: refactoring & remove special case for PROGMEM 2 years ago
curtain_kingart.cpp ws: module names in flash 2 years ago
curtain_kingart.h kingart: same type for position value 2 years ago
debug.cpp ws: module names in flash 2 years ago
debug.h debug: refactoring & remove special case for PROGMEM 2 years ago
domoticz.cpp dcz: flash strings and our own namespace 2 years ago
domoticz.h dcz: also use sensor value struct 2 years ago
dummy_ets_printf.c api: fix warnings 2 years ago
encoder.cpp core: minimize espurna.h use in headers 2 years ago
encoder.h core: minimize espurna.h use in headers 2 years ago
espurna.h system: internal delays as duration 2 years ago
espurna.ino sys: clean-up system-specific functions 3 years ago
fan.h fan: common types and actions 3 years ago
fs_math.c libs: renormalize line endings 3 years ago
garland.cpp ws: module names in flash 2 years ago
garland.h garland: remove public includes from private namespace 2 years ago
gpio.cpp gpio: direct hardware access for pin peripheral 1 year ago
gpio.h settings: continue refactoring internal constants 2 years ago
homeassistant.cpp ws: module names in flash 2 years ago
homeassistant.h core: minimize espurna.h use in headers 2 years ago
i2c.cpp i2c: reserved addresses 2 years ago
i2c.h i2c: simplify find and locking logic 2 years ago
ifan.cpp settings: continue refactoring internal constants 2 years ago
influxdb.cpp ws: module names in flash 2 years ago
influxdb.h core: minimize espurna.h use in headers 2 years ago
ir.cpp terminal: context is a temporary 2 years ago
ir.h ir: clean-up and refactoring of the existing module 2 years ago
ir_parse_raw.re ir: restructure and add more settings 2 years ago
ir_parse_raw.re.ipp pio: even shorter suffix for .ipp files 2 years ago
ir_parse_simple.re ir: implement 'state' encode & decode 2 years ago
ir_parse_simple.re.ipp pio: even shorter suffix for .ipp files 2 years ago
ir_parse_state.re ir: implement 'state' encode & decode 2 years ago
ir_parse_state.re.ipp pio: even shorter suffix for .ipp files 2 years ago
led.cpp ws: module names in flash 2 years ago
led.h led: fixup findme-wifi and relays modes 2 years ago
led_pattern.re led: add more PROGMEM to the internal constants 2 years ago
led_pattern.re.ipp led: add more PROGMEM to the internal constants 2 years ago
light.cpp sns: more flash strings 2 years ago
light.h light: use internal duration type(s) 2 years ago
lightfox.cpp ws: module names in flash 2 years ago
lightfox.h hardware: lightfox fixes & buttonAdd 2 years ago
llmnr.cpp utils: normalize hostname setting usage 2 years ago
llmnr.h utils: normalize hostname setting usage 2 years ago
main.cpp system: refactoring & delays clean-up 2 years ago
main.h mqtt: add `mqtt.send` terminal command (#2477) (#2478) 2 years ago
mcp23s08.cpp core: minimize espurna.h use in headers 2 years ago
mcp23s08.h core: minimize espurna.h use in headers 2 years ago
mcp23s08_pin.h gpio: clean-up 2 years ago
mdns.cpp utils: normalize hostname setting usage 2 years ago
mdns.h mdns: do not use espurna.h include in the header 2 years ago
migrate.cpp settings: const-correctness and simplify prefix search 2 years ago
mqtt.cpp ws: module names in flash 2 years ago
mqtt.h sns: unify settings & settings page actions 2 years ago
netbios.cpp utils: normalize hostname setting usage 2 years ago
netbios.h utils: normalize hostname setting usage 2 years ago
nofuss.cpp ws: module names in flash 2 years ago
nofuss.h webui: get rid of the wsSend_P 2 years ago
ntp.cpp ws: module names in flash 2 years ago
ntp.h ntp: rework internals and use namespacing 2 years ago
ntp_timelib.h ntp: rework internals and use namespacing 2 years ago
ota.cpp system: reset sdk config when unstable 1 year ago
ota.h ota: simplify the include chain 2 years ago
ota_arduinoota.cpp ws: more flashstrings as keys 2 years ago
ota_asynctcp.cpp system: some unused params 2 years ago
ota_basicweb.cpp api: workaround for espasyncwebserver vs. esp8266webserver includes 2 years ago
ota_httpupdate.cpp tspk: pass sensor data as string, rework http parser 2 years ago
ota_web.cpp ws: module names in flash 2 years ago
prometheus.cpp sns: more flash strings 2 years ago
prometheus.h web: prometheus metrics support (#2332) 3 years ago
pwm.c sns: ICACHE_RAM_ATTR -> IRAM_ATTR 2 years ago
relay.cpp sns: more flash strings 2 years ago
relay.h webui: update "select" options to use text values 2 years ago
relay_pulse.ipp relay: comments 2 years ago
rfbridge.cpp sns: more flash strings 2 years ago
rfbridge.h rfbridge: handle rfb{ON,OFF} just like any other setting 2 years ago
rfm69.cpp rfm69: clean-up *after* max ID, not before 1 year ago
rfm69.h core: minimize espurna.h use in headers 2 years ago
rpc.cpp system: simple deferred reset function 2 years ago
rpc.h core: minimize espurna.h use in headers 2 years ago
rpnrules.cpp ws: module names in flash 2 years ago
rpnrules.h rpn: refactoring & initialization clean-up 2 years ago
rtcmem.cpp terminal: context is a temporary 2 years ago
rtcmem.h core: minimize espurna.h use in headers 2 years ago
scheduler.cpp ws: module names in flash 2 years ago
scheduler.h core: minimize espurna.h use in headers 2 years ago
sensor.cpp sns: type prefixes should be in flash 1 year ago
sensor.h tspk: pass sensor data as string, rework http parser 2 years ago
settings.cpp settings: const-correctness and simplify prefix search 2 years ago
settings.h settings: const-correctness and simplify prefix search 2 years ago
settings_embedis.h settings: clean-up & make sure kv result is actually moved 2 years ago
settings_helpers.h sns: flash strings in description 2 years ago
settings_internal.h Convert .ino -> .cpp (#2228) 4 years ago
ssdp.cpp utils: normalize hostname setting usage 2 years ago
ssdp.h ssdp: typos and concatenation instead of printf 2 years ago
storage_eeprom.cpp terminal: context is a temporary 2 years ago
storage_eeprom.h debug: rework boot info and terminal commands 3 years ago
system.cpp sys: port blocking delay code from Core 2 years ago
system.h system: clangd warning fix 1 year ago
telnet.cpp ws: module names in flash 2 years ago
telnet.h telnet: destroy the specific client when disconnecting 2 years ago
terminal.cpp gpio: direct hardware access for pin peripheral 1 year ago
terminal.h terminal: can directly use the char ptr 3 years ago
terminal_commands.cpp terminal: get rid of ctx.argc 2 years ago
terminal_commands.h system: sync HeapStats with upstream 2 years ago
terminal_parsing.cpp terminal: context is a temporary 2 years ago
terminal_parsing.h terminal: get rid of ctx.argc 2 years ago
thermostat.cpp ws: module names in flash 2 years ago
thermostat.h core: minimize espurna.h use in headers 2 years ago
thingspeak.cpp tspk: pass sensor data as string, rework http parser 2 years ago
thingspeak.h tspk: pass sensor data as string, rework http parser 2 years ago
tuya.cpp terminal: context is a temporary 2 years ago
tuya.h core: minimize espurna.h use in headers 2 years ago
tuya_dataframe.h ci: use esp8266 mock framework 2 years ago
tuya_protocol.h providers: relays, lights and buttons refactoring (#2414) 3 years ago
tuya_transport.h providers: relays, lights and buttons refactoring (#2414) 3 years ago
tuya_types.h providers: relays, lights and buttons refactoring (#2414) 3 years ago
tuya_util.h core: clean-up const(expr) qualifiers 2 years ago
uartmqtt.cpp core: minimize espurna.h use in headers 2 years ago
uartmqtt.h core: minimize espurna.h use in headers 2 years ago
utils.cpp tspk: pass sensor data as string, rework http parser 2 years ago
utils.h i2c: ...and show addresses in hex 2 years ago
web.cpp web: also check for ap state 1 year ago
web.h web: more experiments with captive portal 1 year ago
web_asyncwebprint.ipp system: some refactoring 2 years ago
wifi.cpp web: also check for ap state 1 year ago
wifi.h web: also check for ap state 1 year ago
ws.cpp ws: fix multiple clients 1 year ago
ws.h ws: module names in flash 2 years ago
ws_internal.h ws: use internal types for timeouts 2 years ago
ws_utils.h settings: continue refactoring internal constants 2 years ago