Commit Graph

  • 413977f729 Cleaned up the documentation on the various options. philip 2020-07-18 16:28:27 -0400
  • 9766b0e8b5 Add support for using doubles philip 2020-07-18 16:13:26 -0400
  • 56e01c553f Fix sjson to do the right things in LUA5.3 with integers and floats philip 2020-07-18 15:40:44 -0400
  • b8c7ebfed6 Use int64 in struct rather than double. philip 2020-07-18 14:55:01 -0400
  • 4b5ac3d539 Change struct to use integers. This is slightly more complex as we have to deal with Unsigned 32-bit integers (that aren't lua integers) philip 2020-07-17 18:57:29 -0400
  • 2c6532a8ff Make websocket use integers philip 2020-07-17 18:32:38 -0400
  • d54f700433 Make http use integers philip 2020-07-17 18:31:34 -0400
  • 33d21676ed Use integers in mqtt philip 2020-07-17 18:30:11 -0400
  • 61e2761ee0 Change switec to use integers philip 2020-07-17 18:28:29 -0400
  • 0ff62465c4 Changed wifi to support integers philip 2020-07-17 18:27:26 -0400
  • 29b3e238da Converted ws2812_effects.c to use integers philip 2020-07-17 18:17:42 -0400
  • 891f7dfdc8 Converted ws2812 to use integers philip 2020-07-17 18:17:02 -0400
  • 9b88c9f021 Converted rotary to use integers and not numbers philip 2020-07-17 18:14:39 -0400
  • 66de09fd82 Converted rtcmem to use integers philip 2020-07-17 18:13:21 -0400
  • 8333f1f606 COnverted sntp to use integers and not number philip 2020-07-17 18:10:55 -0400
  • 94e6ae5c25 Merge branch 'dev-docs-API-alignment' of https://github.com/TerryE/nodemcu-firmware into dev-docs-API-alignment1 Terry Ellison 2020-07-17 15:35:18 +0100
  • 5cad3be31f Updates following the #3193 peer review Terry Ellison 2020-07-17 15:20:13 +0100
  • e5593fa480 add wiegand module Cody Cutrer 2020-07-08 18:55:34 -0600
  • 78543c64b5 Fixed the conversion of the 8/16 bits values Marco Dondero 2020-07-14 13:21:44 +0200
  • f216df295b Refactoring: removes some code duplication. Marco Dondero 2020-07-13 23:57:53 +0200
  • 1253294db5 DHT module: fix the handling of negative temps. Marco Dondero 2020-07-13 00:47:02 +0200
  • eccba345e7 Makefile: don't pull binary esptool if toolchain is provided Richard Marko 2020-07-12 16:48:33 +0200
  • 691536d439
    Fix Windows build Part2 Gregor Hartmann 2020-07-09 22:49:22 +0200
  • ca59366419
    Fix Windows build Part1 Gregor Hartmann 2020-07-09 22:46:33 +0200
  • d60cdb1d2e Added AM2320 support David Thornley 2020-07-09 00:11:35 +1000
  • 4a50d26588 Fix bthci compilation issue David Thornley 2020-07-06 02:44:03 +1000
  • 5416fae59c Updates to documentatino Terry Ellison 2020-07-08 13:35:07 +0100
  • cd53865c78
    Bump ESP-IDF to 3.3.2 LTS (#3196) Marcel Stör 2020-07-08 08:46:16 +0200
  • 2fa63a1303
    Fix of string.format("%.0f") (#3199) Lukáš Voborský 2020-07-07 15:35:37 +0200
  • 36900801e0 Fix of string.format("%.0f") vsky 2020-07-06 20:57:50 +0200
  • 7d7b9ad405 mcp23017 module update the documentation and use the correct assigned var in examples plomi 2020-07-06 11:17:48 +0200
  • ed1052dae5 mcp23017 module improvements, set internal functions to private, remove whitespaces. #3197 plomi 2020-07-06 11:01:08 +0200
  • 1eb93260d1 mcp23017 add example lua file plomi 2020-07-05 18:31:27 +0200
  • 5e2053be6d add mcp23017 Lua module #3067 with factory style module and updated docs. plomi 2020-07-05 14:05:24 +0200
  • 1c34e2dc22 Merge remote-tracking branch 'origin/feature-mcp23017' into feature-mcp23017 plomi 2020-07-05 12:29:43 +0200
  • a1e00c8025 update from dev plomi 2020-07-05 12:29:14 +0200
  • 0b9431d317 Merge remote-tracking branch 'origin/dev' into dev plomi 2020-07-05 12:28:02 +0200
  • 60963eacfb mcp23017 module: update example and docs for factory style plomi 2020-07-05 09:30:49 +0200
  • 75c8cf6483 changing mcp23017 module to factory style plomi 2020-07-05 09:24:43 +0200
  • b3c5a34544 update setup syntax in doc plomi 2020-04-22 22:12:31 +0200
  • 2ac2f6300a remove mandatory i2c setup from mcp setup function, add optional setup and require i2c id, update doc and example plomi 2020-04-22 21:59:30 +0200
  • 8c5845e29b Correcting functions for a/b register, update doc and remove unnecessary checks in example plomi 2020-04-22 08:17:12 +0200
  • 5c3774cee0 Correcting functions for a/b register, update doc and remove unnecessary checks in example plomi 2020-04-22 08:06:51 +0200
  • d88fcbfe56 adding mcp23017 support as a lua module plomi 2020-04-10 20:43:18 +0200
  • e653d9484f adding mcp23017 support as a lua module plomi 2020-04-10 20:36:48 +0200
  • 90258c465f
    Delete telnet_pipe.lua Marcel P 2020-07-05 10:35:20 +0200
  • af386af139 update from dev plomi 2020-07-05 10:19:20 +0200
  • 974ae7f7de Update from nodemcu dev plomi 2020-07-05 10:18:19 +0200
  • 6766acbca4 mcp23017 module: update example and docs for factory style plomi 2020-07-05 09:30:49 +0200
  • e0bd9a49fd changing mcp23017 module to factory style plomi 2020-07-05 09:24:43 +0200
  • 44758d5917
    Fix esp-lwip breaking change on dns_getserver (#3195) David Thornley 2020-07-05 01:58:25 +1000
  • fdaa08a991 Fixed esp-lwip breaking change on dns_getserver David Thornley 2020-07-04 23:32:39 +1000
  • 9f15599e51 Lua 5.1 / 5.3 alignment and document Terry Ellison 2020-07-04 01:58:11 +0100
  • 95f5191cd3 Fixed an regression that MQTT client timer is disarmed prematurely when connecting to server. Datong Sun 2020-06-29 21:35:12 -0700
  • 04e01fd4ef
    Fix conflict between documentation and example for method newChannel() (#3184) kiritnarain 2020-06-30 17:22:12 +0530
  • 6033625f8f Fixed an regression that MQTT client timer is disarmed prematurely when connecting to server. Datong Sun 2020-06-29 21:35:12 -0700
  • 6fbd6926be Fixed conflict between documentation and example for method newChannel(). It now correctly uses ledc.newChannel() and saves the return value instead of invoking ledc.setup(). kiritnarain 2020-06-28 02:53:27 +0530
  • 3b67816e9e Use setfield and add caching of the startup option philip 2020-06-26 22:06:45 -0400
  • ea995a3264 Switched to using START_OPTION_CPU_FREQ_MAX instead. philip 2020-06-26 18:10:12 -0400
  • 0927cf80aa Don't adjust the clock until after we deal with rtctime... philip 2020-06-26 18:05:15 -0400
  • 8e16acffdf Moire formatting cleanup philip 2020-06-25 16:50:40 -0400
  • 79721128b1 Improve the formatting philip 2020-06-25 16:49:22 -0400
  • 3909a272ba Bring the documentation into line with the implementation philip 2020-06-25 16:44:52 -0400
  • 85584d3a6f Adjusted the code to be more uniform. Still need to do the documentation philip 2020-06-24 22:16:25 -0400
  • 9520724f08 uart: expose fifo depth counters Nathaniel Wesley Filardo 2020-06-13 05:22:49 +0100
  • cb1b40fffa
    Bump toolchain to 20190731.0 (#3172) Marcel Stör 2020-06-22 08:01:50 +0200
  • c7a0731888 Updated the documentation slightly philip 2020-06-20 21:30:49 -0400
  • dfdd7530b1 Review comments philip 2020-06-20 21:26:59 -0400
  • 06c35c382c Review comments philip 2020-06-20 19:22:34 -0400
  • 640eb20b2b Bump ESP-IDF to v3.3.2 LTS Marcel Stör 2020-06-20 23:22:44 +0200
  • 6fe68679af Revert "Bump toolchain to 20190731.0" Marcel Stör 2020-06-20 22:38:36 +0200
  • f93c9efa09
    Bump toolchain to 20190731.0 Marcel Stör 2020-06-20 22:32:55 +0200
  • f9bd38f201
    Bump toolchain to 20190731.0 Marcel Stör 2020-06-20 22:28:56 +0200
  • 90beedfaba
    rtctime: try harder to speak in integers (#3161) Nathaniel Wesley Filardo 2020-06-20 21:06:32 +0100
  • ab4b71290f Improved startup performance and measurement tools. philip 2020-06-20 10:19:23 -0400
  • 1aed6ec622 Merge branch 'tmr' of https://github.com/vsky279/nodemcu-firmware into tmr vsky 2020-06-18 17:56:24 +0200
  • 3c0f086323
    Update app/modules/tmr.c Marcel Stör 2020-06-18 17:54:56 +0200
  • d2799907c1 tmr module leading spaces formatting: spaces -> tabs vsky 2020-06-18 17:54:48 +0200
  • 199a48490a
    Update app/modules/tmr.c Marcel Stör 2020-06-18 17:54:28 +0200
  • 17504b6e7a ads1115 minor cleanup vsky 2020-05-16 23:20:08 +0200
  • 959707c671 Implementing optional parameter `restart` to tmr:start() (issue #3020) vsky 2020-05-16 10:19:07 +0200
  • 2dd56e8b73 ads1115 minor cleanup vsky 2020-05-16 23:20:08 +0200
  • 06fce6b8ae DS18B20 Lua module - removing integer version related code vsky 2020-06-07 22:22:05 +0200
  • 81e07e576f BMEXXX sensor documentation update (Lua 5.3 compatibility) vsky 2020-06-07 21:54:02 +0200
  • 1f2e5bba4a
    Implement panic call handling for all modules (#3163) Terry Ellison 2020-06-16 08:19:55 +0100
  • 6171ff46bc extmods: document as beta feature Javier Peletier 2020-06-15 00:05:41 +0200
  • bd9b425342 undo non MSC compatible change in latest SPIFFS version Terry Ellison 2020-06-14 15:21:26 +0100
  • 6cfbad4078 Forgot to add fixed swtimer.c Terry Ellison 2020-06-13 14:24:04 +0100
  • 41f7c842d9 Implement panic call handling for all modules Terry Ellison 2020-06-13 13:46:52 +0100
  • 4e689e9839
    Finish removing sqlite3 (#3162) Nathaniel Wesley Filardo 2020-06-13 12:22:25 +0100
  • 4d39c11a92 Finish removing sqlite3 Nathaniel Wesley Filardo 2020-06-13 05:23:10 +0100
  • dadcd3f225 rtctime: try harder to speak in integers Nathaniel Wesley Filardo 2020-06-13 05:55:24 +0100
  • 0555a4c689 fix a memory leak in ws2812_buffer_shift by freeing the same amount of bytes we allocated before Firenox89 2020-06-12 03:38:13 +0200
  • 56bac4e505 SoftUART fixes: Galion 2020-06-12 08:57:42 +0200
  • 3b1e0e92e1 fix a memory leak in ws2812_buffer_shift by freeing the same amount of bytes we allocated before Firenox89 2020-06-12 03:38:13 +0200
  • 06aa248f08 Remove RC and SQLite3 Marcel Stör 2020-06-10 08:26:05 +0200
  • 61b540757a Remove deprecated rc module Nathaniel Wesley Filardo 2020-05-30 14:35:52 +0100
  • 35a266e2c2 Remove sqlite3 module Nathaniel Wesley Filardo 2020-05-23 20:39:27 +0100
  • 33bfa4ddd6 Remove deprecated rc module Nathaniel Wesley Filardo 2020-05-30 14:35:52 +0100
  • 0bf9df459a Remove sqlite3 module Nathaniel Wesley Filardo 2020-05-23 20:39:27 +0100