1. 94388c8 example: Fix defined pin for sensor in BeamSensor sketch by Paulo Serra Filho · 6 years ago
  2. 974507e knot_thing_main.c:Fix check for the last_item in verify_events() by Paulo Serra Filho · 6 years ago
  3. cb7268c knot_thing_protocol.c: Moving define for Arduino to correct place by Paulo Serra Filho · 6 years ago
  4. aec8ea1 knot_thing_main.c: Setting last_timeout when the item is registered by Paulo Serra Filho · 6 years ago
  5. 7f19f45 Fix registering sensors/actuators by Douglas Vasconcelos · 7 years ago KNOT-v01.02-rc05 KNOT-v01.02-rc06 KNOT-v01.02-rc07 KNOT-v01.02-rc08 KNOT-v01.02-rc09
  6. 0f3f2fe Remove leftover defines by Claudio Takahasi · 7 years ago
  7. 2f5209f example: Fix coding style in water dispenser app by Claudio Takahasi · 7 years ago
  8. a818c9e example: Change variables scope to local by Claudio Takahasi · 7 years ago
  9. 2531b8b Fix: number of bytes sent when write data by Paulo Serra Filho · 7 years ago
  10. f0dede2 Move upper/lower array to _data_items by Claudio Takahasi · 7 years ago
  11. edf29ff Remove leftover logging code by Claudio Takahasi · 7 years ago
  12. 8b9b41b Convert static local variable to local by Claudio Takahasi · 7 years ago
  13. 662ccd4 Fix warning invalid conversion by Marcela Oliveira · 7 years ago
  14. 6b78d6f Handle invalid device by Rodrigo Alves · 7 years ago KNOT-v01.02-rc03 KNOT-v01.02-rc04
  15. 0ec07ca Remove global variable by Claudio Takahasi · 7 years ago
  16. 2f658c0 Replacing for smaller types and using progmen for strings. by Lucas Cavalcanti · 7 years ago KNOT-v01.02-rc02
  17. 5a5a5f1 Documentation of Water Dispenser Application by Douglas Vasconcelos · 7 years ago
  18. 0e3f3da Removing bouncing TODO, cause bouncing will be threated by user on the read by Lucas Cavalcanti · 7 years ago
  19. ec9bf66 Removing TODO, which asks to delete if condition, but its a necessary code, by Lucas Cavalcanti · 7 years ago
  20. c53c978 Changing the return define to invalid_device, because the condition checks by Lucas Cavalcanti · 7 years ago
  21. 9748c1a Add Beam Sensor example by Erick Simões · 7 years ago
  22. 3a2e1ab Update: Makefile by Paulo Serra Filho · 7 years ago
  23. 7014c98 Remove unnecessary parenthesis by Gabriel Bandeira · 7 years ago
  24. d4ecc2a Remove unused variables by Gabriel Bandeira · 7 years ago
  25. c4933d5 Remove warning with a cast on pgm_read_word calls by Gabriel Bandeira · 7 years ago
  26. 834cd64 Add single function exit flow by Claudio Takahasi · 7 years ago
  27. 89edc53 Fix wrong callback verification by Claudio Takahasi · 7 years ago
  28. 3f80f50 Add minor code cleanup for write callback by Claudio Takahasi · 7 years ago
  29. 59a2936 Avoid getting current time unnecessarily by Claudio Takahasi · 7 years ago
  30. af3a5ce Use switch instead of if by Claudio Takahasi · 7 years ago
  31. 1e8d2c8 Simplify upper/lower limit assignment by Claudio Takahasi · 7 years ago
  32. 12fc352 Rename max_sensor_id to last_id by Claudio Takahasi · 7 years ago
  33. 76c51b9 Add cosmetic changes by Claudio Takahasi · 7 years ago
  34. 729eb04 Add static modifier to local functions by Claudio Takahasi · 7 years ago
  35. 93c313c Remove unnecessary log by Gabriel Bandeira · 7 years ago KNOT-v01.02-rc01
  36. 9d64fc8 Fix: Unnecessary logging by Erick Simões · 7 years ago
  37. c032804 Print Thing's MAC address on initialization by Gabriel Bandeira · 7 years ago
  38. 32ebfb4 Example DrinkingFountain renamed to WaterDispenser by Erick Simões · 7 years ago
  39. 4f5d51d Store offset in EEPROM by Erick Simões · 7 years ago
  40. 0e9ca43 Fix: Set button pin mode by Erick Simões · 7 years ago
  41. 0fd1356 Adding a security range in DrinkingFountain to avoid bounding by Erick Simões · 7 years ago
  42. a13b044 Reading DrinkFountain with a interval by Erick Simões · 7 years ago
  43. d667612 Add hal_log to thing protocol by Gabriel Bandeira · 7 years ago
  44. 23fce2b Change hal_log to use PROGMEM by Gabriel Bandeira · 7 years ago
  45. 8d7195f Add tare function to water dispenser by Douglas Vasconcelos · 7 years ago KNOT-v01.01
  46. 385cf15 Add LED to indicate connection status by Erick Simões · 7 years ago
  47. 5efde27 Fix not creating thing files according to the tag by Lucas Cavalcanti · 7 years ago
  48. 6a2d108 thing_main: Add static modifier to verify_events by Claudio Takahasi · 7 years ago
  49. 32e7df2 Fix sending data continuously after reaching upper or lower limit by Lucas Cavalcanti · 7 years ago
  50. 5e57566 Fix: evt_sensor_id not re-starting at verify_events by Lucas Cavalcanti · 7 years ago
  51. 6ecb929 Clear EEPROM if the mac address is invalid on initialization by Renie Delgado · 7 years ago
  52. 8a8cea9 Set new mac only if there isn't a valid mac on eeprom by Reniê Delgado · 7 years ago
  53. 2c36dff Fix: Send config response only if sucessfully stored by Paulo Serra Filho · 7 years ago
  54. 6d32f47 Update: Using the new knot_message_item by Paulo Serra Filho · 7 years ago
  55. e105eca Create schema_flag to inform if the GW received all the schemas by Paulo Serra Filho · 7 years ago
  56. 9ceee7e Fix: Folder example not created on Mac OSX by Erick Simões · 7 years ago
  57. 03acedc Makefile: Get lib version from command line if defined by Rodrigo Alves · 7 years ago
  58. 048b72d Fix: Folder example not created on Mac OSX by Erick Simões · 7 years ago
  59. 907e01f Fix: control reaches end of non-void function by Erick Simões · 7 years ago KNOT-v01.00
  60. 1217126 Fix: unused variable 'resp' by Erick Simões · 7 years ago
  61. 74f0c4e Fix: unused variable 'buffer' by Erick Simões · 7 years ago
  62. 5df26b3 Fix: comparison is always false due to limited range of data type by Erick Simões · 7 years ago
  63. f619d39 Fix: variable 'err' set but not used by Erick Simões · 7 years ago
  64. ac960c7 Add examples directory to zip by Erick Simões · 7 years ago
  65. 22747e2 Add: Drinking Fountain example by Paulo Serra Filho · 7 years ago
  66. 2d066fc deleted: WaterFountain example by Paulo Serra Filho · 7 years ago
  67. 164280b Add: Created README to the RGB example by Paulo Serra Filho · 7 years ago
  68. d812cf0 Modify RGB LED example by Paulo Serra Filho · 7 years ago
  69. c6f40b8 Modify clear_eeprom_pin on Arduino by Paulo Serra Filho · 7 years ago
  70. d198faa Update AUTHORS by Rodrigo Alves · 7 years ago
  71. 5bce7e6 Add: Create example to blink RGB LED by Paulo Serra Filho · 7 years ago
  72. d01b29e Refactor knot_thing_protocol_run by Paulo Serra Filho · 7 years ago
  73. 52807ac Fix return logic on mgmt_read by Paulo Serra Filho · 7 years ago
  74. 4b43476 Add: Create example for Light Switch by Paulo Serra Filho · 7 years ago
  75. fde4670 Add: Create example for the water fountain by Paulo Serra Filho · 7 years ago
  76. 38558e1 Fix time comparison in verify_events by Paulo Serra Filho · 7 years ago
  77. 685b6ef Add: Close conection after reseting eeprom by Rodrigo Alves · 7 years ago
  78. c623c04 Add: Check if nrfd disconnected by Rodrigo Alves · 7 years ago
  79. ac555e6 Add: Clear UUID and TOKEN before reading by Paulo Serra Filho · 7 years ago
  80. 2e1736a Fix: is_uuid returns 1 if uuid is valid by Rodrigo Alves · 7 years ago
  81. b2d10e1 Fix: Shift include nrf24.h to before comm.h by Paulo Serra Filho · 7 years ago KNOT-v01.00-rc03
  82. d17eb11 Add: New parameter in hal_comm_init by Paulo Serra Filho · 7 years ago
  83. fa7ec2f Add: Retransmit register/auth by Rodrigo Alves · 7 years ago KNOT-v01.00-rc02
  84. fe97dad Add: Timeout to retransmit schema message by Rodrigo Alves · 7 years ago
  85. 22ae35a Fix: Increment counter even when sensor id is not valid by Rodrigo Alves · 7 years ago
  86. 32fbd63 Add: config time in seconds to trigger event by Rodrigo Alves · 7 years ago
  87. b306c25 Add: Create function to erase eeprom after pressing button by Paulo Serra Filho · 7 years ago
  88. 91ae252 Add: Modified Makefile to include gpio headers and source files by Paulo Serra Filho · 7 years ago
  89. c2c16de Fix: Use uuid_len from define instead of raw value by Paulo Serra Filho · 7 years ago
  90. 32d95ad Fix mac address initialization by Renie Delgado · 7 years ago
  91. f0206e9 Set Mac address on Thing by Renie Delgado · 7 years ago KNOT-v01.00-rc01
  92. 923e1d1 Fix: Remove extra structure by Rodrigo Alves · 7 years ago
  93. 0cdf0a7 Fix: Config response size by Rodrigo Alves · 7 years ago
  94. 69ebee4 Fix: Use new storage write function by Rodrigo Alves · 7 years ago
  95. d03f53e Add: Verify if UUID is valid by Rodrigo Alves · 7 years ago
  96. 06a8553 Fix: Use new storage read function by Rodrigo Alves · 7 years ago
  97. 55dd7d2 Fix: Wrong config callback pointer by Rodrigo Alves · 7 years ago
  98. 0292e61 Fix: Knotd expects sensor id as confirmation of config by Rodrigo Alves · 7 years ago
  99. f71739d Fix: Wrong config request header by Rodrigo Alves · 7 years ago
  100. a929420 Fix: Update to new protocol header by Rodrigo Alves · 7 years ago